Skip to content

Commit

Permalink
allow to disable some ts rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiranuit committed Feb 28, 2023
1 parent 6e54a9a commit 011a1a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"@typescript-eslint/ban-ts-comment": 0,
"@typescript-eslint/explicit-module-boundary-types": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-shadow": "error",
Expand Down

0 comments on commit 011a1a9

Please sign in to comment.