Skip to content

Commit

Permalink
remove bin/.eslintrc; ensure execs are linted
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Dec 2, 2016
1 parent a92fed9 commit 47ba479
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ clean:


lint: lint:
@printf "==> [Test :: Lint]\n" @printf "==> [Test :: Lint]\n"
$(ESLINT) . $(ESLINT) . bin/*


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 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
3 changes: 0 additions & 3 deletions bin/.eslintrc

This file was deleted.

0 comments on commit 47ba479

Please sign in to comment.