File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11BROWSERIFY := "node_modules/.bin/browserify"
2- ESLINT := "node_modules/.bin/eslint "
2+ SEMISTANDARD : = "node_modules/.bin/semistandard "
33KARMA := "node_modules/.bin/karma"
44MOCHA := "bin/mocha"
55NYC := "node_modules/.bin/nyc"
3434
3535lint :
3636 @printf " ==> [Test :: Lint]\n"
37- $(ESLINT ) . bin/*
37+ $(SEMISTANDARD ) $(SRC )
38+ $(SEMISTANDARD ) --env mocha --global assert --global expect --global run $(TESTS )
39+ $(SEMISTANDARD ) bin/* scripts/* .js * .js
3840
3941test-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
4042
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 323323 "browserify" : " ^13.0.0" ,
324324 "coffee-script" : " ^1.10.0" ,
325325 "coveralls" : " ^2.11.15" ,
326- "eslint" : " ^3.11.1" ,
327- "eslint-config-semistandard" : " ^7.0.0" ,
328- "eslint-config-standard" : " ^6.2.1" ,
329- "eslint-plugin-promise" : " ^3.4.0" ,
330- "eslint-plugin-standard" : " 2.0.1" ,
331326 "expect.js" : " ^0.3.1" ,
332327 "istanbul-combine" : " ^0.3.0" ,
333328 "karma" : " 1.3.0" ,
342337 "os-name" : " ^2.0.1" ,
343338 "phantomjs" : " 1.9.8" ,
344339 "rimraf" : " ^2.5.2" ,
340+ "semistandard" : " ^9.2.1" ,
345341 "should" : " ^11.1.1" ,
346342 "through2" : " ^2.0.1" ,
347343 "watchify" : " ^3.7.0"
374370 " phantomjs" ,
375371 " lodash.create"
376372 ]
373+ },
374+ "semistandard" : {
375+ "ignore" : [
376+ " /mocha.js" ,
377+ " /lib/to-iso-string/**/*.js"
378+ ]
377379 }
378380}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments