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:
@@ -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