File tree 2 files changed +2
-25
lines changed 2 files changed +2
-25
lines changed Load Diff This file was deleted.
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