Skip to content

Commit

Permalink
feat: Bump eslint from v5 to v7
Browse files Browse the repository at this point in the history
Eslint 7 will allow us to lint Typescript files and will also provide benefits when linting JS files due to updated rules

BREAKING CHANGE: this will introduce linting errors in code that was previously error-free. Please refer to https://eslint.org/docs/user-guide/migrating-to-6.0.0 and https://eslint.org/docs/user-guide/migrating-to-7.0.0 for in depth information
  • Loading branch information
acezard committed Oct 1, 2021
1 parent 4ad4dde commit 16d8ef2
Show file tree
Hide file tree
Showing 2 changed files with 380 additions and 162 deletions.
4 changes: 2 additions & 2 deletions packages/cozy-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"css-mqpacker": "7.0.0",
"csswring": "7.0.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "5.9.0",
"eslint": "^7.32.0",
"eslint-config-cozy-app": "1.5.0",
"eslint-loader": "2.1.2",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "3.1.2",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "4.0.4",
Expand Down
Loading

0 comments on commit 16d8ef2

Please sign in to comment.