Skip to content

Commit 80190bd

Browse files
committed
perf(Travis): moved ESLint to devdep from travis
1 parent 80953da commit 80190bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ node_js:
99
- '4'
1010
before_install:
1111
- npm i -g npm@^2.0.0
12-
- npm install -g eslint
13-
- npm install -g eslint-plugin-react
1412
before_script:
1513
- npm prune
1614
after_success:

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
},
3838
"devDependencies": {
3939
"cz-conventional-changelog": "^1.1.7",
40+
"eslint": "^3.2.2",
41+
"eslint-plugin-react": "^6.0.0",
4042
"semantic-release": "^4.3.5"
4143
},
4244
"config": {

0 commit comments

Comments
 (0)