summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-07-27 23:01:25 +0200
committerGitHub <noreply@github.com>2020-07-27 17:01:25 -0400
commit78cbd0ca72619a25849edc3460ec0c492b838a59 (patch)
treeed76273e7e19c947ae26e226dc740f5a97131e3c /Makefile
parent8d6fa00da06e52cba1aaed5ba2a187fed8cd63de (diff)
downloadgitea-78cbd0ca72619a25849edc3460ec0c492b838a59.tar.gz
gitea-78cbd0ca72619a25849edc3460ec0c492b838a59.zip
Update JS deps and linting config (#12295)
- update js deps to latest versions - remove eslint-plugin-sonarjs to prevent a warning on install. can be added again once it's updated to support eslint 7.x - enable new linting rules from eslint-plugin-unicorn Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f39080340d..e57c027a50 100644
--- a/Makefile
+++ b/Makefile
@@ -609,6 +609,7 @@ npm-update: node-check | node_modules
npx updates -cu
rm -rf node_modules package-lock.json
npm install --package-lock
+ @touch node_modules
.PHONY: fomantic
fomantic: $(FOMANTIC_DEST)