We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbdcd15 commit 0b24132Copy full SHA for 0b24132
1 file changed
packages/eslint-plugin/lib/configs/recommended.js
@@ -32,6 +32,7 @@ module.exports = defineConfig({
32
"@typescript-eslint/no-explicit-any": "error",
33
"no-console": ["error", { allow: ["warn", "error"] }],
34
"no-return-await": "error",
35
+ "array-callback-return": "error",
36
"react-hooks/exhaustive-deps": "error",
37
"react-native/no-color-literals": "off",
38
"react-native/sort-styles": "off",
0 commit comments