From fe5dcc0a30e7f69b63acc0e32da0c0c6eb2e5bfe 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: Continue using flat config --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0e4bbd98c..50c0ccd81 100644 --- a/Makefile +++ b/Makefile @@ -152,4 +152,4 @@ ifneq ($(strip $(ESLINT_TAP)),) endif check: - $(ESLINT) $(ESLINT_ARGS) . + ESLINT_USE_FLAT_CONFIG=false $(ESLINT) $(ESLINT_ARGS) .