We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80953da commit 80190bdCopy full SHA for 80190bd
2 files changed
.travis.yml
@@ -9,8 +9,6 @@ node_js:
9
- '4'
10
before_install:
11
- npm i -g npm@^2.0.0
12
- - npm install -g eslint
13
- - npm install -g eslint-plugin-react
14
before_script:
15
- npm prune
16
after_success:
package.json
@@ -37,6 +37,8 @@
37
},
38
"devDependencies": {
39
"cz-conventional-changelog": "^1.1.7",
40
+ "eslint": "^3.2.2",
41
+ "eslint-plugin-react": "^6.0.0",
42
"semantic-release": "^4.3.5"
43
44
"config": {
0 commit comments