0

Prettified Code!

This commit is contained in:
gabek 2021-08-30 01:19:45 +00:00 committed by GitHub Action
parent 683ec7881d
commit a8b9703502

View File

@ -19,7 +19,7 @@ module.exports = {
'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',