Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request mochajs#2458 from mochajs/issue/2457
Browse files Browse the repository at this point in the history
lints more files; add more files to lint check; closes mochajs#2457
  • Loading branch information
boneskull authored Aug 29, 2016
2 parents 7759912 + 604de59 commit 4515ad7
Show file tree
Hide file tree
Showing 6 changed files with 233 additions and 149 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ clean:

lint:
@printf "==> [Test :: Lint]\n"
$(ESLINT) "lib/**/*.js"
$(ESLINT) browser-entry.js index.js karma.conf.js bin/mocha bin/_mocha "lib/**/*.js" "scripts/**/*.js"

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

Expand Down
Loading

0 comments on commit 4515ad7

Please sign in to comment.