We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2759709 commit 4391ea4Copy full SHA for 4391ea4
.eslintrc.yaml
@@ -43,6 +43,7 @@ rules:
43
# Best Practices
44
# http://eslint.org/docs/rules/#best-practices
45
accessor-pairs: error
46
+ array-callback-return: error
47
dot-location: [error, property]
48
eqeqeq: [error, smart]
49
no-fallthrough: error
0 commit comments