Skip to content

Commit

Permalink
Fix lint command (#1781)
Browse files Browse the repository at this point in the history
belcherj authored Dec 16, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 071f0c7 commit 3415c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -167,4 +167,4 @@ format:

.PHONY: lint
lint:
@npx eslint --ignore-path .gitignore --ext .js --ext .jsx lib
@npx eslint --ignore-path .gitignore "**/*.{js,jsx}"

0 comments on commit 3415c4b

Please sign in to comment.