Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
ban ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kabaluyot committed Apr 9, 2020
1 parent 214e382 commit 1ad669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
],
"@typescript-eslint/indent": ["error", 2],
"@typescript-eslint/member-delimiter-style": 0,
"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/ban-ts-ignore": "error",
"@typescript-eslint/explicit-function-return-type": "off" // disable default
},
"overrides": [
Expand Down

0 comments on commit 1ad669e

Please sign in to comment.