This repository was archived by the owner on Dec 4, 2023. It is now read-only.
File tree 5 files changed +11
-29
lines changed
5 files changed +11
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
BROWSERIFY := "node_modules/.bin/browserify"
2
- ESLINT := "node_modules/.bin/eslint "
2
+ SEMISTANDARD : = "node_modules/.bin/semistandard "
3
3
KARMA := "node_modules/.bin/karma"
4
4
MOCHA := "bin/mocha"
5
5
NYC := "node_modules/.bin/nyc"
34
34
35
35
lint :
36
36
@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
38
40
39
41
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
42
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 323
323
"browserify" : " ^13.0.0" ,
324
324
"coffee-script" : " ^1.10.0" ,
325
325
"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" ,
331
326
"expect.js" : " ^0.3.1" ,
332
327
"istanbul-combine" : " ^0.3.0" ,
333
328
"karma" : " 1.3.0" ,
342
337
"os-name" : " ^2.0.1" ,
343
338
"phantomjs" : " 1.9.8" ,
344
339
"rimraf" : " ^2.5.2" ,
340
+ "semistandard" : " ^9.2.1" ,
345
341
"should" : " ^11.1.1" ,
346
342
"through2" : " ^2.0.1" ,
347
343
"watchify" : " ^3.7.0"
374
370
" phantomjs" ,
375
371
" lodash.create"
376
372
]
373
+ },
374
+ "semistandard" : {
375
+ "ignore" : [
376
+ " /mocha.js" ,
377
+ " /lib/to-iso-string/**/*.js"
378
+ ]
377
379
}
378
380
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments