We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0df707a commit 1b574d6Copy full SHA for 1b574d6
1 file changed
packages/eslint-plugin/eslint.config.js
@@ -21,6 +21,6 @@ module.exports = tseslint.config(eslintPlugin.configs["flat/recommended"], {
21
"https://github.com/bamlab/react-native-project-config/tree/main/packages/eslint-plugin/docs/rules/{{name}}.md",
22
},
23
],
24
- "no-console": ["error", { allow: ["warn", "error"] }],
+ "no-console": "error",
25
26
});
0 commit comments