浏览代码

Apply eslint to all JS files in src/

JC Brand 3 年之前
父节点
当前提交
0cfe2a18af
共有 1 个文件被更改,包括 1 次插入4 次删除
  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