diff --git a/.eslintrc.js b/.eslintrc.js index a0e74ba..9e967f8 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -32,6 +32,7 @@ module.exports = { 'warn', { allowShortCircuit: true, allowTernary: true }, ], + '@typescript-eslint/ban-ts-comment': 0, 'react-hooks/exhaustive-deps': 1, 'import/no-cycle': 'off', 'react/jsx-props-no-spreading': 'off',