summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2022-10-10 14:02:20 +0200
committerGitHub <noreply@github.com>2022-10-10 20:02:20 +0800
commit7044d34ae577b54d42ea5dee13faa772036e9a77 (patch)
tree5c9fe498a97bf62db9acadf6f8827c2b08fe03b9 /Makefile
parenta813c9d8f3862fec934ff657fb4e490530167183 (diff)
downloadgitea-7044d34ae577b54d42ea5dee13faa772036e9a77.tar.gz
gitea-7044d34ae577b54d42ea5dee13faa772036e9a77.zip
Update JS dependencies and eslint config (#21388)
- Update all JS dependencies and playwright image - Add new eslint rules, enable a few more, fix issues - Regenerate SVGs - Tested Vue and Swagger Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e258ac748f..0456d4a055 100644
--- a/Makefile
+++ b/Makefile
@@ -341,7 +341,7 @@ lint: lint-frontend lint-backend
.PHONY: lint-frontend
lint-frontend: node_modules
- npx eslint --color --max-warnings=0 --ext js,vue web_src/js build *.config.js docs/assets/js tests/e2e/*.test.e2e.js tests/e2e/utils_e2e.js
+ npx eslint --color --max-warnings=0 --ext js,vue web_src/js build *.config.js docs/assets/js tests/e2e
npx stylelint --color --max-warnings=0 web_src/less
npx spectral lint -q -F hint $(SWAGGER_SPEC)
npx markdownlint docs *.md