Browse Source

Apply eslint to all JS files in src/

JC Brand 3 năm trước cách đây
mục cha
commit
0cfe2a18af
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  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