diff options
author | silverwind | 2022-09-11 17:34:38 +0200 |
---|---|---|
committer | GitHub | 2022-09-11 17:34:38 +0200 |
commit | ec82a245477c42495ce4857cfc87c99d0220d028 (patch) | |
tree | 9d246289045db2a3cfb9bf9ec046a388b871a7b2 /.eslintrc.yaml | |
parent | 01eb465c92e29297e3175c7f194589f29abf32ac (diff) |
Update JS dependencies and lint (#21144)
- Update all JS dependencies minus vue
- Enable one more eslint rule, no new issues with it
- Tested build
Diffstat (limited to '.eslintrc.yaml')
-rw-r--r-- | .eslintrc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.yaml b/.eslintrc.yaml index 4cc4060c5..a0d5655bb 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -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] |