File tree 3 files changed +3
-36
lines changed 3 files changed +3
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- dist : trusty
2
1
language : node_js
3
2
node_js :
4
- - " 6 "
3
+ - ' 6 '
5
4
cache :
6
5
directories :
7
6
- node_modules
8
- before_install :
9
- - npm install -g npm@5
10
- - npm install -g greenkeeper-lockfile@1
11
- install : npm install
12
- before_script :
13
- - greenkeeper-lockfile-update
14
- script :
15
- - npm run lint
16
- after_script : greenkeeper-lockfile-upload
17
7
notifications :
18
8
email : false
Original file line number Diff line number Diff line change 17
17
"test" : " npm run test:default && npm run test:no-compression && npm run test:brotli-compression" ,
18
18
"test:default" : " node index && cat pipe.js | node pipe --name pipe.js --max-size 1kB" ,
19
19
"test:no-compression" : " cat pipe.js | node pipe --compression none --name pipe.js" ,
20
- "test:brotli-compression" : " cat pipe.js | node pipe --compression brotli --name pipe.js" ,
21
- "lint" : " eslint src store/*.js"
20
+ "test:brotli-compression" : " cat pipe.js | node pipe --compression brotli --name pipe.js"
22
21
},
23
22
"keywords" : [
24
23
" library" ,
63
62
],
64
63
"lint-staged" : {
65
64
"*.js" : [
66
- " eslint --fix " ,
65
+ " prettier " ,
67
66
" git add"
68
67
]
69
68
},
77
76
"babel-preset-es2015" : " ^7.0.0-beta.3" ,
78
77
"babel-preset-stage-3" : " ^7.0.0-beta.3" ,
79
78
"babel-traverse" : " ^7.0.0-beta.3" ,
80
- "eslint" : " ^4.5.0" ,
81
- "eslint-config-airbnb-base" : " ^12.0.0" ,
82
- "eslint-config-prettier" : " ^2.3.0" ,
83
- "eslint-config-standard" : " ^10.2.1" ,
84
- "eslint-plugin-import" : " ^2.7.0" ,
85
- "eslint-plugin-node" : " ^5.1.1" ,
86
- "eslint-plugin-prettier" : " ^2.2.0" ,
87
- "eslint-plugin-promise" : " ^3.5.0" ,
88
- "eslint-plugin-standard" : " ^3.0.1" ,
89
79
"husky" : " ^0.14.3" ,
90
80
"lint-staged" : " ^7.1.1" ,
91
81
"prettier" : " ^1.6.0"
You can’t perform that action at this time.
0 commit comments