Skip to content

Commit

Permalink
update correct rule
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka committed Sep 14, 2023
1 parent ccf0b21 commit d4a5cf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"memberSyntaxSortOrder": ["none", "all", "multiple", "single"]
}
],
"no-unused-vars": [
"no-unused-vars": "off",
"@typescript-eslint/no-unused-vars": [
"error",
{ "argsIgnorePattern": "^_", "varsIgnorePattern": "^_" }
]
Expand Down

0 comments on commit d4a5cf5

Please sign in to comment.