Skip to content

Commit 0b24132

Browse files
authored
feat: add array-callback-return rule (#58)
BREAKING CHANGE: add array-callback-return rule
1 parent fbdcd15 commit 0b24132

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/eslint-plugin/lib/configs/recommended.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ module.exports = defineConfig({
3232
"@typescript-eslint/no-explicit-any": "error",
3333
"no-console": ["error", { allow: ["warn", "error"] }],
3434
"no-return-await": "error",
35+
"array-callback-return": "error",
3536
"react-hooks/exhaustive-deps": "error",
3637
"react-native/no-color-literals": "off",
3738
"react-native/sort-styles": "off",

0 commit comments

Comments
 (0)