From 0cfe2a18afb334066abc2935020cc3d026334bd9 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Tue, 26 Jul 2022 21:39:50 +0200 Subject: [PATCH] Apply eslint to all JS files in src/ --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 1ba5aec4b..f70002580 100644 --- a/Makefile +++ b/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