1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-09 11:08:19 +00:00

Update JS dependencies and lint (#21144)

- Update all JS dependencies minus vue
- Enable one more eslint rule, no new issues with it
- Tested build
This commit is contained in:
silverwind
2022-09-11 17:34:38 +02:00
committed by GitHub
parent 01eb465c92
commit ec82a24547
5 changed files with 1468 additions and 1400 deletions

View File

@@ -46,7 +46,7 @@ rules:
accessor-pairs: [2]
array-bracket-newline: [0]
array-bracket-spacing: [2, never]
array-callback-return: [0]
array-callback-return: [2, {checkForEach: true}]
array-element-newline: [0]
arrow-body-style: [0]
arrow-parens: [2, always]