updating eslint config to ignore "debugger" in browser"
This commit is contained in:
parent
09627b8d86
commit
c21072ae74
@ -50,7 +50,10 @@ module.exports = {
|
||||
options: {
|
||||
presets: [
|
||||
'react-app'
|
||||
]
|
||||
],
|
||||
rules: {
|
||||
'no-debugger': 1
|
||||
}
|
||||
}
|
||||
}],
|
||||
include: [
|
||||
|
Loading…
Reference in New Issue
Block a user