Skip to content

Commit ec82a24

Browse files
authored
Update JS dependencies and lint (#21144)
- Update all JS dependencies minus vue - Enable one more eslint rule, no new issues with it - Tested build
1 parent 01eb465 commit ec82a24

File tree

5 files changed

+1468
-1400
lines changed

5 files changed

+1468
-1400
lines changed

.eslintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ rules:
4646
accessor-pairs: [2]
4747
array-bracket-newline: [0]
4848
array-bracket-spacing: [2, never]
49-
array-callback-return: [0]
49+
array-callback-return: [2, {checkForEach: true}]
5050
array-element-newline: [0]
5151
arrow-body-style: [0]
5252
arrow-parens: [2, always]

0 commit comments

Comments
 (0)