Skip to content

Commit

Permalink
- Switched the no-unused-vars rule to `@typescript-eslint/no-unused…
Browse files Browse the repository at this point in the history
…-vars` in `.eslintrc`
  • Loading branch information
heath-freenome committed Jul 15, 2022
1 parent e122c8e commit 7491112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/validator-ajv6/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"linebreak-style": [2, "unix"],
"semi": [2, "always"],
"comma-dangle": [0],
"no-unused-vars": [2, {
"@typescript-eslint/no-unused-vars": [2, {
"vars": "all",
"args": "none",
"ignoreRestSiblings": true
Expand Down

0 comments on commit 7491112

Please sign in to comment.