We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064a070 commit 86d9953Copy full SHA for 86d9953
.eslintrc.js
@@ -26,6 +26,7 @@ module.exports = {
26
'@typescript-eslint/explicit-module-boundary-types': 0,
27
'@typescript-eslint/no-empty-function': 0,
28
'@typescript-eslint/no-non-null-assertion': 0,
29
+ 'no-console': ['error', { allow: ['warn', 'error'] }],
30
'@typescript-eslint/no-unused-vars': [
31
'error',
32
{ vars: 'all', args: 'after-used', ignoreRestSiblings: true },
0 commit comments