Skip to content

Commit

Permalink
make: Explicitly set the local eslint config file path
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Apr 8, 2024
1 parent 4616090 commit e503912
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ ifeq ($(strip $(ESLINT)),)
ESLINT = eslint
endif

ESLINT_ARGS = --config .eslintrc.yml

ifneq ($(strip $(ESLINT_TAP)),)
ESLINT_ARGS = -f tap
endif
Expand Down

0 comments on commit e503912

Please sign in to comment.