Skip to content

Commit cefbd07

Browse files
committed
update make lint
1 parent 826fd94 commit cefbd07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ node_modules: package.json
2424
@touch node_modules
2525

2626
lint: .FORCE
27-
eslint browser.js debug.js index.js node.js
27+
eslint *.js src/*.js
2828

2929
test-node: .FORCE
3030
istanbul cover node_modules/mocha/bin/_mocha -- test/**.js

0 commit comments

Comments
 (0)