Skip to content

Commit

Permalink
eslint (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
kena0ki authored Feb 5, 2021
1 parent 8349aa4 commit 7af220a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ parserOptions:
plugins:
- '@typescript-eslint'
rules:
no-unused-vars: "off",
no-unused-vars: "off"
"@typescript-eslint/no-unused-vars": ["error"]

0 comments on commit 7af220a

Please sign in to comment.