Skip to content

Commit

Permalink
chore: update linter and fix warnings (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
resure authored Sep 1, 2023
1 parent 7c00bac commit a1df62c
Show file tree
Hide file tree
Showing 8 changed files with 773 additions and 188 deletions.
9 changes: 8 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"extends": ["@gravity-ui/eslint-config", "@gravity-ui/eslint-config/server", "@gravity-ui/eslint-config/prettier"],
"extends": [
"@gravity-ui/eslint-config",
"@gravity-ui/eslint-config/server",
"@gravity-ui/eslint-config/prettier"
],
"root": true,
"env": {
"node": true
},
"rules": {
"no-param-reassign": [1, {"props": false}]
}
}
Loading

0 comments on commit a1df62c

Please sign in to comment.