remove eslint two disabled rules & fix (#2309)

This commit is contained in:
David Luzar 2020-10-28 20:53:27 +01:00 committed by GitHub
parent fc58e51ab3
commit 56215c6c2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 10 deletions

View file

@ -2,8 +2,6 @@
"extends": ["prettier", "react-app", "react-app/jest"],
"plugins": ["prettier"],
"rules": {
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/no-redeclare": "off",
"import/no-anonymous-default-export": "off",
"curly": "warn",
"no-console": [