Skip to content

Commit 1b574d6

Browse files
authored
feat(no-console): no console ever. (#139)
feat: no console ever
1 parent 0df707a commit 1b574d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ module.exports = tseslint.config(eslintPlugin.configs["flat/recommended"], {
2121
"https://github.com/bamlab/react-native-project-config/tree/main/packages/eslint-plugin/docs/rules/{{name}}.md",
2222
},
2323
],
24-
"no-console": ["error", { allow: ["warn", "error"] }],
24+
"no-console": "error",
2525
},
2626
});

0 commit comments

Comments
 (0)