aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.yaml
diff options
context:
space:
mode:
authorsilverwind2022-09-11 17:34:38 +0200
committerGitHub2022-09-11 17:34:38 +0200
commitec82a245477c42495ce4857cfc87c99d0220d028 (patch)
tree9d246289045db2a3cfb9bf9ec046a388b871a7b2 /.eslintrc.yaml
parent01eb465c92e29297e3175c7f194589f29abf32ac (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.yaml2
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]