Selaa lähdekoodia

Apply eslint to all JS files in src/

JC Brand 3 vuotta sitten
vanhempi
commit
0cfe2a18af
1 muutettua tiedostoa jossa 1 lisäystä ja 4 poistoa
  1. 1 4
      Makefile

+ 1 - 4
Makefile

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