Skip to content

Commit 3d4433f

Browse files
committed
lint Node executable
1 parent 2918de8 commit 3d4433f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ codespell:
135135
@$(CODESPELL) -S $(WORK_TREE)
136136

137137
lint:
138-
$(ESLINT) src/lips.js lib/js/bookmark.js
138+
$(ESLINT) src/lips.js lib/js/bookmark.js bin/lips.js

templates/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,4 @@ codespell:
135135
@$(CODESPELL) -S $(WORK_TREE)
136136

137137
lint:
138-
$(ESLINT) src/lips.js lib/js/bookmark.js
138+
$(ESLINT) src/lips.js lib/js/bookmark.js bin/lips.js

0 commit comments

Comments
 (0)