1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 13:53:51 +03:00

updating eslint config to ignore "debugger" in browser"

This commit is contained in:
Alex Windett 2017-02-09 15:09:40 +00:00
parent 09627b8d86
commit c21072ae74

View File

@ -50,7 +50,10 @@ module.exports = {
options: { options: {
presets: [ presets: [
'react-app' 'react-app'
] ],
rules: {
'no-debugger': 1
}
} }
}], }],
include: [ include: [