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.
2 parents 367630e + 4565ac6 commit 64f4812Copy full SHA for 64f4812
index.js
@@ -32,6 +32,7 @@ module.exports = {
32
'import/export': 'warn',
33
'jest/no-focused-tests': 'error',
34
'no-console': 'warn',
35
+ 'no-debugger': 'warn',
36
'prefer-template': 'warn',
37
'react/prop-types': 'error',
38
'react-hooks/exhaustive-deps': 'error',
0 commit comments