Skip to content

Commit 060c641

Browse files
add missing eslint-config-standard-react
1 parent 8e0c99b commit 060c641

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"babel-preset-env": "^1.6.0",
3535
"babel-preset-react": "^6.24.1",
3636
"babel-preset-stage-0": "^6.24.1",
37+
"eslint-config-standard-react": "^6.0.0",
3738
"gh-pages": "^1.1.0",
3839
"react": "^16.2.0",
3940
"react-dom": "^16.2.0",

yarn.lock

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2672,6 +2672,16 @@ eslint-config-react-app@^2.1.0:
26722672
version "2.1.0"
26732673
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-2.1.0.tgz#23c909f71cbaff76b945b831d2d814b8bde169eb"
26742674

2675+
eslint-config-standard-jsx@^5.0.0:
2676+
version "5.0.0"
2677+
resolved "https://registry.yarnpkg.com/eslint-config-standard-jsx/-/eslint-config-standard-jsx-5.0.0.tgz#4abfac554f38668e0078c664569e7b2384e5d2aa"
2678+
2679+
eslint-config-standard-react@^6.0.0:
2680+
version "6.0.0"
2681+
resolved "https://registry.yarnpkg.com/eslint-config-standard-react/-/eslint-config-standard-react-6.0.0.tgz#d366d6c3c092426fd3ae794a4ca0b3cb131f2964"
2682+
dependencies:
2683+
eslint-config-standard-jsx "^5.0.0"
2684+
26752685
eslint-import-resolver-node@^0.3.1:
26762686
version "0.3.2"
26772687
resolved "https://registry.yarnpkg.com/eslint-import-resolver-node/-/eslint-import-resolver-node-0.3.2.tgz#58f15fb839b8d0576ca980413476aab2472db66a"

0 commit comments

Comments
 (0)