Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Eslint 8 update #38

Merged
merged 9 commits into from Oct 20, 2021
1,947 changes: 999 additions & 948 deletions packages/eslint-config-react/package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/eslint-config-react/package.json
Expand Up @@ -32,7 +32,7 @@
"peerDependencies": {
"@babel/core": "7.x",
"@babel/eslint-parser": "7.x",
"eslint": "7.x",
"eslint": "7.x || 8.x",
"eslint-plugin-extra-rules": "^0.8",
"eslint-plugin-import": "2.x",
"eslint-plugin-jsx-a11y": "6.x",
Expand All @@ -41,14 +41,14 @@
"eslint-plugin-react-hooks": "4.x"
},
"devDependencies": {
"@babel/core": "7.14.0",
"@babel/eslint-parser": "7.13.14",
"eslint": "7.24.0",
"@babel/core": "7.15.8",
"@babel/eslint-parser": "7.15.8",
"eslint": "8.0.1",
"eslint-plugin-extra-rules": "0.8.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "6.4.1",
"eslint-plugin-jsx-control-statements": "2.2.1",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-ts-react/index.js
Expand Up @@ -14,7 +14,7 @@ module.exports = {
},
extends: [
'@acolorbright/eslint-config-ts',
'eslint-config-prettier/react',
'eslint-config-prettier',
'./rules/prettier',
'./rules/react',
'./rules/react-a11y',
Expand Down