Skip to content

Commit 09b505e

Browse files
committed
chore(eslint): enfore no-console rule
1 parent 66b024d commit 09b505e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ export default defineConfig([
130130
"no-prototype-builtins": "off",
131131
"no-case-declarations": "off",
132132

133+
"no-console": "error",
133134
// ***************** Enforce that for-in loops include an if statement to filter properties from the prototype chain
134135
"guard-for-in": "error",
135136
},

0 commit comments

Comments
 (0)