0

Turn off react/jsx-no-bind

This commit is contained in:
Gabe Kangas 2021-08-29 18:19:18 -07:00 committed by GitHub
parent f1b52a08b8
commit 683ec7881d

View File

@ -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',