1
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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]