Skip to content

Commit 72a3dc5

Browse files
committed
Bump deps
1 parent 14af841 commit 72a3dc5

File tree

4 files changed

+154
-80
lines changed

4 files changed

+154
-80
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ lint: lint-frontend lint-backend
327327

328328
.PHONY: lint-frontend
329329
lint-frontend: node_modules
330-
npx eslint --color --max-warnings=0 web_src/js build templates *.config.js docs/assets/js tests/e2e/*.test.e2e.js
330+
npx eslint --color --max-warnings=0 --ext js,vue web_src/js build *.config.js docs/assets/js tests/e2e/*.test.e2e.js
331331
npx stylelint --color --max-warnings=0 web_src/less
332332
npx spectral lint -q -F hint $(SWAGGER_SPEC)
333333
npx markdownlint docs *.md

0 commit comments

Comments
 (0)