We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da72584 commit e844bb6Copy full SHA for e844bb6
.eslintrc.js
@@ -47,7 +47,7 @@ module.exports = {
47
argsIgnorePattern: '^_',
48
},
49
],
50
- 'no-console': 'warn',
+ 'no-console': 'off',
51
'react/no-unknown-property': ['error', { ignore: ['css'] }],
52
'react/prop-types': 'off',
53
0 commit comments