aboutsummaryrefslogtreecommitdiff
path: root/.npmrc
diff options
context:
space:
mode:
authorsilverwind2020-11-29 22:39:36 +0100
committerGitHub2020-11-29 16:39:36 -0500
commite81edc02b9e93f625b9767386bbef6761f7bc291 (patch)
tree3fe3c4b12c92b70efce327d8e101c6a81263f089 /.npmrc
parentc4deb97ed105e923b922fae0ad8cc49327a13852 (diff)
Update JS dependencies and misc tweaks (#13741)
* Update JS dependencies and misc tweaks - Update all JS dependencies minus webpack - Adapt CodeMirrors styling to new CSS parent introduced by EasyMDE - Set eslint parser to latest and add new eslint 7.14 rule - Speed up npm install by disabling audit and fund checks - Move fomantic-ui to optional dependencies to further speed up npm - Enable syntax highlighting on GH for .eslintrc and .stylelintrc - Makefile cleanups * disable audit in npmrc * add missing dash Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to '.npmrc')
-rw-r--r--.npmrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.npmrc b/.npmrc
index dc8b06aad..c5ac9901c 100644
--- a/.npmrc
+++ b/.npmrc
@@ -1,2 +1,4 @@
+audit=false
+fund=false
package-lock=true
save-exact=true