Skip to content

Commit

Permalink
feat(eslint): v7
Browse files Browse the repository at this point in the history
BREAKING CHANGE: see release notes for eslint v7
  • Loading branch information
kirbysayshi authored and Paul Marbach committed Jun 23, 2020
1 parent 1ef34c4 commit 55ebb7f
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 83 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"scripts": {},
"peerDependencies": {
"eslint": ">=5.x"
"eslint": ">=7.x"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"main": "index.js",
"scripts": {},
"devDependencies": {
"eslint": "^6.8.0",
"eslint": "^7.3.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^4.0.0"
},
"peerDependencies": {
"eslint": ">=6.x",
"eslint": ">=7.x",
"eslint-plugin-jsx-a11y": "6.x",
"eslint-plugin-react": ">=7.7.0 <8",
"eslint-plugin-react-hooks": "^3.x"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^3.4.0",
"@typescript-eslint/parser": "^3.4.0",
"eslint": "^6.8.0"
"eslint": "^7.3.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=2",
"@typescript-eslint/parser": ">=2",
"eslint": ">=6.x"
"eslint": ">=7.x"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"eslint-plugin-react-hooks": "^4.0.0"
},
"devDependencies": {
"eslint": "^6.8.0"
"eslint": "^7.3.1"
},
"peerDependencies": {
"eslint": ">=6.x"
"eslint": ">=7.x"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"cross-spawn-promise": "^0.10.1",
"cz-conventional-changelog": "^3.0.2",
"debug": "^4.1.1",
"eslint": "^6.8.0",
"eslint": "^7.3.1",
"jest": "^26.1.0",
"jest-junit": "^11.0.1",
"lint-staged": "^10.0.4",
Expand Down
Loading

0 comments on commit 55ebb7f

Please sign in to comment.