Update JS dependencies (#12181)

- Update all dependencies excluding octicons
- Configure new eslint 7.3.0 rules

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
silverwind 2020-07-08 03:47:05 +02:00 committed by GitHub
parent 3a46d1ef58
commit dbd5e4bb8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 894 additions and 1273 deletions

View file

@ -220,6 +220,7 @@ rules:
no-octal: [2]
no-param-reassign: [0]
no-plusplus: [0]
no-promise-executor-return: [0]
no-proto: [2]
no-prototype-builtins: [2]
no-redeclare: [2]
@ -251,6 +252,7 @@ rules:
no-unexpected-multiline: [2]
no-unmodified-loop-condition: [2]
no-unneeded-ternary: [0]
no-unreachable-loop: [2]
no-unreachable: [2]
no-unsafe-finally: [2]
no-unsafe-negation: [2]