File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
BROWSERIFY := "node_modules/.bin/browserify"
2
- ESLINT := "node_modules/.bin/eslint"
3
2
KARMA := "node_modules/.bin/karma"
4
3
MOCHA := "bin/mocha"
5
4
NYC := "node_modules/.bin/nyc"
34
33
35
34
lint :
36
35
@printf " ==> [Test :: Lint]\n"
37
- $( ESLINT ) . " bin/* "
36
+ npm run lint
38
37
39
38
test-node : test-bdd test-tdd test-qunit test-exports test-unit test-integration test-jsapi test-compilers test-glob test-requires test-reporters test-only test-global-only
40
39
Original file line number Diff line number Diff line change 299
299
"npm" : " >= 1.4.x"
300
300
},
301
301
"scripts" : {
302
+ "lint" : " eslint . bin/*" ,
302
303
"test" : " make test && make clean" ,
303
304
"precoverage" : " rm -rf coverage" ,
304
305
"coverage" : " COVERAGE=true npm run test" ,
You can’t perform that action at this time.
0 commit comments