mirror of
https://gitee.com/gitea/gitea
synced 2025-11-02 23:50:26 +08: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:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user