Skip to content

Commit

Permalink
feat: Update eslint-config-cozy-app
Browse files Browse the repository at this point in the history
BREAKING CHANGE:
- Removing Vue linting

We were a bit behind in versions, bugs started to leak in our lints.
These version upgrades should fix them,
but they also have a small chance to detect new lint errors.
  • Loading branch information
acezard committed Aug 31, 2022
1 parent dd0a1c5 commit d86a9ec
Show file tree
Hide file tree
Showing 2 changed files with 337 additions and 237 deletions.
23 changes: 11 additions & 12 deletions packages/eslint-config-cozy-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,16 @@
"vue.js"
],
"dependencies": {
"@babel/eslint-parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.5.0",
"eslint-plugin-vue": "^8.6.0",
"prettier": "^2.6.2",
"typescript": "^4.6.3"
"@babel/eslint-parser": "7.18.9",
"@typescript-eslint/eslint-plugin": "5.36.0",
"@typescript-eslint/parser": "5.36.0",
"eslint": "8.23.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.0.1",
"eslint-plugin-react": "7.31.1",
"eslint-plugin-react-hooks": "4.6.0",
"prettier": "2.7.1",
"typescript": "4.8.2"
}
}

0 comments on commit d86a9ec

Please sign in to comment.