diff --git a/.eslintrc.js b/.eslintrc.js index d42608a7a..2a3fa1f36 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -25,7 +25,8 @@ module.exports = { } ], '@typescript-eslint/camelcase': 'off', - '@typescript-eslint/explicit-function-return-type': 'off' + '@typescript-eslint/explicit-function-return-type': 'off', + '@typescript-eslint/ban-ts-comment': 'warn' }, settings: { react: {