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:
parent
01eb465c92
commit
ec82a24547
5 changed files with 1468 additions and 1400 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue