Skip to content

Commit 7f7e77c

Browse files
committed
Ensure default is set to prevent warning
1 parent c8334e6 commit 7f7e77c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/make/lib/lint/javascript/eslint.mk

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ ifeq ($(AUTOFIX),true)
5353
ESLINT_FLAGS += --fix
5454
endif
5555

56+
FIX_TYPE ?=
5657
ifneq ($(FIX_TYPE),)
5758
ESLINT_FLAGS += --fix-type $(FIX_TYPE)
5859
endif

0 commit comments

Comments
 (0)