Skip to content

Commit

Permalink
set react version latest, add plugin as peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
cwonrails committed Aug 31, 2020
1 parent d6ec0b7 commit 4ddb8e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eslintrc.json
Expand Up @@ -9,7 +9,7 @@

"settings": {
"react": {
"version": "detect"
"version": "latest"
}
},

Expand Down
10 changes: 5 additions & 5 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "eslint-config-standard-react",
"description": "JavaScript Standard Style React/JSX support - ESLint Shareable Config",
"version": "9.2.0",
"version": "10.0.0",
"author": {
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
Expand All @@ -19,6 +19,10 @@
"eslint-plugin-react-hooks": "^4.1.0",
"tape": "^5.0.1"
},
"peerDependencies": {
"eslint": ">=7.7.0",
"eslint-plugin-react": ">=7.20.6"
},
"homepage": "https://github.com/feross/eslint-config-standard-react",
"keywords": [
"JavaScript Standard Style",
Expand Down Expand Up @@ -50,10 +54,6 @@
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {
"eslint": ">=7.7.0",
"eslint-plugin-react": ">=7.20.6"
},
"repository": {
"type": "git",
"url": "git://github.com/feross/eslint-config-standard-react.git"
Expand Down

0 comments on commit 4ddb8e4

Please sign in to comment.