File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
eslint-config-airbnb-base Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"lint" : " eslint ." ,
8
8
"tests-only" : " babel-tape-runner ./test/test-*.js" ,
9
- "prepublish" : " not- in-publish || ( eslint-find-rules --unused && npm test)" ,
9
+ "prepublish" : " ( in-install || eslint-find-rules --unused) && (not-in-publish || npm test)" ,
10
10
"pretest" : " npm run --silent lint" ,
11
11
"test" : " npm run --silent tests-only" ,
12
12
"travis" : " npm run --silent test"
Original file line number Diff line number Diff line change 6
6
"scripts" : {
7
7
"lint" : " eslint ." ,
8
8
"tests-only" : " babel-tape-runner ./test/test-*.js" ,
9
- "prepublish" : " not- in-publish || ( eslint-find-rules --unused && npm test)" ,
9
+ "prepublish" : " ( in-install || eslint-find-rules --unused) && (not-in-publish || npm test)" ,
10
10
"pretest" : " npm run --silent lint" ,
11
11
"test" : " npm run --silent tests-only" ,
12
12
"travis" : " cd ../eslint-config-airbnb-base && npm install && npm link && cd - && npm link eslint-config-airbnb-base && npm run --silent test ; npm unlink eslint-config-airbnb-base >/dev/null &"
You can’t perform that action at this time.
0 commit comments