Skip to content

Commit 559b837

Browse files
author
Elson Correia
committed
@typescript-eslint/ban-ts-comment
1 parent 3d00032 commit 559b837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = {
2727
},
2828
rules: {
2929
'linebreak-style': 'off',
30-
'@typescript-eslint/ban-ts-comment': 'off',
30+
'@typescript-eslint/ban-ts-comment': 1,
3131
'react-hooks/exhaustive-deps': 1,
3232
'@typescript-eslint/no-shadow': 1,
3333
'@typescript-eslint/naming-convention': 1,

0 commit comments

Comments
 (0)