Skip to content

Commit

Permalink
Update JS dependencies and lint (#21144)
Browse files Browse the repository at this point in the history
- Update all JS dependencies minus vue
- Enable one more eslint rule, no new issues with it
- Tested build
  • Loading branch information
silverwind authored Sep 11, 2022
1 parent 01eb465 commit ec82a24
Show file tree
Hide file tree
Showing 5 changed files with 1,468 additions and 1,400 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
Loading

0 comments on commit ec82a24

Please sign in to comment.