Skip to content

Commit

Permalink
make: Continue using flat config
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Apr 8, 2024
1 parent cfb78f5 commit fe5dcc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ ifneq ($(strip $(ESLINT_TAP)),)
endif

check:
$(ESLINT) $(ESLINT_ARGS) .
ESLINT_USE_FLAT_CONFIG=false $(ESLINT) $(ESLINT_ARGS) .

0 comments on commit fe5dcc0

Please sign in to comment.