fix(web): upgrade eslint

This commit is contained in:
Karol Sójko
2022-08-03 20:01:01 +02:00
parent f9036168e3
commit 1216b441fb
8 changed files with 97 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
"build": "yarn clean && yarn copy:components && webpack --config web.webpack.prod.js && yarn tsc",
"clean": "rm -fr dist && rm -rf src/components",
"format": "prettier --write src/javascripts",
"lint": "eslint src/javascripts",
"lint": "eslint --debug src/javascripts",
"start": "webpack-dev-server --config web.webpack.dev.js",
"test": "jest --config jest.config.js --coverage",
"tsc": "tsc --project tsconfig.json",
@@ -38,7 +38,7 @@
"copy-webpack-plugin": "^11.0.0",
"css-loader": "*",
"dotenv": "^16.0.0",
"eslint": "*",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",