Skip to content

Commit

Permalink
chore(javascript-wrapper): fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ma-efremoff committed May 21, 2024
1 parent 06a7b77 commit c80d4f9
Show file tree
Hide file tree
Showing 6 changed files with 3,627 additions and 367 deletions.
11 changes: 11 additions & 0 deletions packages/javascript-wrapper/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": ["@gravity-ui/eslint-config", "@gravity-ui/eslint-config/prettier"],
"root": true,
"rules": {
"new-cap": 0,
"import/order": 0
},
"env": {
"jest": true
}
}
1 change: 1 addition & 0 deletions packages/javascript-wrapper/.prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = require("@gravity-ui/prettier-config");
9 changes: 9 additions & 0 deletions packages/javascript-wrapper/.stylelintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": ["@gravity-ui/stylelint-config"],
"rules": {
"property-case": null,
"at-rule-no-unknown": null,
"scss/at-rule-no-unknown": true,
"declaration-no-important": null
}
}
Loading

0 comments on commit c80d4f9

Please sign in to comment.