Update to ESLint 8

And run it:
- `yarn eslint app/**/*.js --fix`
- `yarn eslint web/**/*.js --fix`
This commit is contained in:
Jeremy Benoist
2022-01-05 21:37:45 +01:00
parent c32d136cd2
commit 01609f8514
10 changed files with 287 additions and 157 deletions

View File

@ -42,8 +42,8 @@
"autoprefixer": "^10.4.1",
"babel-loader": "^8.2.3",
"css-loader": "^6.5.1",
"eslint": "^7.27.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint": "^8.6.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
@ -60,6 +60,7 @@
"stylelint-config-standard": "^24.0.0",
"stylelint-scss": "^4.1.0",
"stylelint-webpack-plugin": "^3.1.0",
"terser-webpack-plugin": "^5.3.0",
"url-loader": "^4.1.1",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1",