mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
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