diff --git a/web/.eslintrc.js b/web/.eslintrc.js index c5f1d70fe..df6946e3a 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -18,7 +18,8 @@ module.exports = { 'react/react-in-jsx-scope': 'off', 'react/jsx-filename-extension': [1, { extensions: ['.js', '.jsx', '.tsx'] }], 'react/jsx-props-no-spreading': 'off', - + 'react/jsx-no-bind': 'off', + 'no-unused-vars': 'off', '@typescript-eslint/no-unused-vars': 'error', 'no-console': 'off',