Skip to content

Commit

Permalink
chore: remove type arg lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
hyex committed Dec 7, 2020
1 parent fc53333 commit a3f8e32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"tsx": "never"
}
],
"no-unused-vars": ["error", { "argsIgnorePattern": "^_$" }]
"no-unused-vars": ["error", { "argsIgnorePattern": "^_$" }],
"@typescript-eslint/no-unused-vars": ["error", { "args": "none" }]
},
"settings": {
"import/resolver": {
Expand Down

0 comments on commit a3f8e32

Please sign in to comment.