Skip to content

Commit 0d18f39

Browse files
committed
chore(eslint): set severity of no-console to error
1 parent 09f5171 commit 0d18f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@typescript-eslint/no-throw-literal": "error",
1313
"@typescript-eslint/prefer-optional-chain": "error",
1414
"@typescript-eslint/no-floating-promises": ["error", { "ignoreVoid": true }],
15-
"no-console": "warn",
15+
"no-console": "error",
1616
"no-undefined": "error"
1717
},
1818
"overrides": [

0 commit comments

Comments
 (0)