File tree Expand file tree Collapse file tree 5 files changed +6
-52
lines changed
Expand file tree Collapse file tree 5 files changed +6
-52
lines changed Original file line number Diff line number Diff line change 1515 - image : circleci/node:8.7
1616 steps :
1717 - checkout
18- - run :
19- name : install-global-gulp-cli
20- command : sudo npm install -g gulp-cli
2118 - run :
2219 name : npm-install
2320 command : npm install
2421 - run :
2522 name : lint
26- command : gulp --harmony lint
23+ command : npm run lint
Original file line number Diff line number Diff line change 1919before_install :
2020 - rm -rf ./node_modules
2121before_script :
22- - npm install -g gulp-cli
23- - npm install gulp
2422 - npm install
25- script : gulp --harmony lint
23+ script : npm run lint
Original file line number Diff line number Diff line change 55Nord Hyper uses [ ESLint] [ eslint ] to analyse the source code. To show the current lint status run
66
77``` sh
8- gulp lint
8+ npm run lint
99```
1010
1111[ installation ] : ../getting-started/installation.md
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3131 "scripts" : {
3232 "docs:build" : " npm run docs:clean && gitbook install ./docs && gitbook build ./docs ./build/docs" ,
3333 "docs:clean" : " node_modules/.bin/del ./build/docs" ,
34- "docs:dev" : " npm run docs:build && gitbook serve ./docs ./build/docs"
34+ "docs:dev" : " npm run docs:build && gitbook serve ./docs ./build/docs" ,
35+ "lint" : " eslint --color index.js"
3536 },
3637 "devDependencies" : {
3738 "del-cli" : " 1.1.0" ,
3839 "eslint" : " 4.15.0" ,
39- "gitbook-cli" : " 2.3.2" ,
40- "gulp" : " 3.9.1" ,
41- "gulp-eslint" : " 4.0.1" ,
42- "gulp-help" : " 1.6.1"
40+ "gitbook-cli" : " 2.3.2"
4341 }
4442}
You can’t perform that action at this time.
0 commit comments