Browse Source
* 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>tags/v1.15.0-dev
9 changed files with 843 additions and 1055 deletions
@ -1,2 +1,4 @@ |
|||||||
|
audit=false |
||||||
|
fund=false |
||||||
package-lock=true |
package-lock=true |
||||||
save-exact=true |
save-exact=true |
||||||
|
Loading…
Reference in new issue