Skip to content

Commit 77202f9

Browse files
authored
chore: update eslint and configs to last version (#608)
1 parent 0a6a619 commit 77202f9

File tree

3 files changed

+1242
-1204
lines changed

3 files changed

+1242
-1204
lines changed

.eslintrc

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"plugins": ["lodash"],
1010
"rules": {
1111
"lodash/import-scope": [2, "method"],
12-
"jsx-a11y/no-autofocus": "warn"
12+
"jsx-a11y/no-autofocus": "warn",
13+
"@typescript-eslint/no-unused-vars": [2, {
14+
"argsIgnorePattern": "^_",
15+
"varsIgnorePattern": "^_",
16+
"caughtErrors": "none"
17+
}]
1318
}
1419
}

0 commit comments

Comments
 (0)