turn off no-debugger in eslintrc for debugginer purposes
This commit is contained in:
@@ -26,5 +26,6 @@ module.exports = {
|
||||
"rules": {
|
||||
'react/prop-types': ['off'],
|
||||
'react/display-name': ['off'],
|
||||
"no-debugger":"off",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user