Apply eslint to all JS files in src/

This commit is contained in:
JC Brand 2022-07-26 21:39:50 +02:00
parent 71d1383604
commit 0cfe2a18af
1 changed files with 1 additions and 4 deletions

View File

@ -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