Skip to content

Commit 86d9953

Browse files
committed
chore: add no-console rules
1 parent 064a070 commit 86d9953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = {
2626
'@typescript-eslint/explicit-module-boundary-types': 0,
2727
'@typescript-eslint/no-empty-function': 0,
2828
'@typescript-eslint/no-non-null-assertion': 0,
29+
'no-console': ['error', { allow: ['warn', 'error'] }],
2930
'@typescript-eslint/no-unused-vars': [
3031
'error',
3132
{ vars: 'all', args: 'after-used', ignoreRestSiblings: true },

0 commit comments

Comments
 (0)