From e5039120152437d8fd06e4ef58a7092dd975d006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Mon, 8 Apr 2024 13:02:13 +0200 Subject: [PATCH] make: Explicitly set the local eslint config file path --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 0e4bbd98c..d89990432 100644 --- a/Makefile +++ b/Makefile @@ -147,6 +147,8 @@ ifeq ($(strip $(ESLINT)),) ESLINT = eslint endif +ESLINT_ARGS = --config .eslintrc.yml + ifneq ($(strip $(ESLINT_TAP)),) ESLINT_ARGS = -f tap endif