Add ESLint & Run it against the system (#4470)

This commit is contained in:
Zach H 2021-11-13 14:49:06 -05:00 committed by ZeldaZach
parent 43eee6b32e
commit f789e02096
106 changed files with 1235 additions and 20242 deletions

View file

@ -30,7 +30,8 @@
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "eslint ./**/*.{ts,tsx}"
"lint": "eslint ./**/*.{ts,tsx}",
"lint:fix": "eslint ./**/*.{ts,tsx} --fix"
},
"eslintConfig": {
"extends": "react-app"
@ -63,7 +64,8 @@
"@types/react-window": "^1.8.2",
"@types/redux": "^3.6.0",
"@types/redux-form": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"eslint": "^7.1.0"
"@typescript-eslint/eslint-plugin": "^5.3.1",
"@typescript-eslint/parser": "^5.3.1",
"eslint": "^8.1.0"
}
}