feat(lint): add default .eslintrc.js

This commit is contained in:
Max Baumann
2020-12-12 22:55:04 +01:00
parent f0152db605
commit 0854b74080
4 changed files with 1345 additions and 231 deletions

View File

@@ -19,7 +19,11 @@
"@types/firefox-webext-browser": "70.0.1",
"@types/jest": "^24.0.23",
"@types/jquery": "^3.3.31",
"@typescript-eslint/eslint-plugin": "^4.9.1",
"@typescript-eslint/parser": "^4.9.1",
"copy-webpack-plugin": "^6.0.3",
"eslint": "^7.15.0",
"eslint-plugin-react": "^7.21.5",
"jest": "^26.4.0",
"rimraf": "^3.0.0",
"ts-jest": "^26.2.0",