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 66 "scripts" : {
77 "lint" : " eslint ." ,
88 "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)" ,
1010 "pretest" : " npm run --silent lint" ,
1111 "test" : " npm run --silent tests-only" ,
1212 "travis" : " npm run --silent test"
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "lint" : " eslint ." ,
88 "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)" ,
1010 "pretest" : " npm run --silent lint" ,
1111 "test" : " npm run --silent tests-only" ,
1212 "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