diff options
author | silverwind <me@silverwind.io> | 2021-04-24 12:07:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 13:07:22 +0300 |
commit | ec69f347264962448e619f3722788e07a11c36d2 (patch) | |
tree | 801390d6ce53f9c4dbef9935d3f5d98861ef6d7c /.eslintrc | |
parent | ea40eb749b9f7f238fc9bb60c4a9d455c62b75ca (diff) | |
download | gitea-ec69f347264962448e619f3722788e07a11c36d2.tar.gz gitea-ec69f347264962448e619f3722788e07a11c36d2.zip |
Update JS dependencies (#15591)
* Update JS dependencies
- Update all JS dependencies
- Regenerate SVGs
- Remove unused postcss dependency
- Remove removed webpack option
* re-add postcss
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -412,6 +412,7 @@ rules: unicorn/prefer-spread: [0] unicorn/prefer-starts-ends-with: [2] unicorn/prefer-string-slice: [0] + unicorn/prefer-switch: [0] unicorn/prefer-ternary: [0] unicorn/prefer-text-content: [2] unicorn/prefer-trim-start-end: [2] |