Skip to content

Commit

Permalink
Apply eslint to all JS files in src/
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbrand committed Jul 26, 2022
1 parent 71d1383 commit 0cfe2a1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,7 @@ cdn:: node_modules

.PHONY: eslint
eslint: node_modules
$(ESLINT) src/*.js
$(ESLINT) src/utils/*.js
$(ESLINT) src/headless/*.js
$(ESLINT) src/headless/utils/*.js
$(ESLINT) src/**/*.js

.PHONY: check
check: eslint | dist/converse.js dist/converse.css
Expand Down

0 comments on commit 0cfe2a1

Please sign in to comment.