diff options
author | silverwind | 2020-11-29 22:39:36 +0100 |
---|---|---|
committer | GitHub | 2020-11-29 16:39:36 -0500 |
commit | e81edc02b9e93f625b9767386bbef6761f7bc291 (patch) | |
tree | 3fe3c4b12c92b70efce327d8e101c6a81263f089 /.gitattributes | |
parent | c4deb97ed105e923b922fae0ad8cc49327a13852 (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 '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index d4ce3a2d9..e8d2162cf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ /vendor/** -text -eol linguist-vendored /public/vendor/** -text -eol linguist-vendored /templates/**/*.tmpl linguist-language=Handlebars +/.eslintrc linguist-language=YAML +/.stylelintrc linguist-language=YAML |