Skip to content

Commit 14d3ab6

Browse files
add dev-dependencies into package.json
1 parent bbebfde commit 14d3ab6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,17 @@
2323
"prop-types": ">=15.5.10",
2424
"react": "*",
2525
"react-native": "*"
26+
},
27+
"devDependencies": {
28+
"babel-eslint": "8.2.2",
29+
"eslint": "4.18.2",
30+
"eslint-config-standard": "11.0.0",
31+
"eslint-config-standard-jsx": "5.0.0",
32+
"eslint-config-standard-react": "6.0.0",
33+
"eslint-plugin-import": "2.9.0",
34+
"eslint-plugin-node": "6.0.1",
35+
"eslint-plugin-promise": "3.7.0",
36+
"eslint-plugin-react": "7.7.0",
37+
"eslint-plugin-standard": "3.0.1"
2638
}
2739
}

0 commit comments

Comments
 (0)