build(eslint): add global variable ‘chrome’

This commit is contained in:
EnixCoda 2018-06-24 20:06:14 +08:00
parent be9f258be3
commit ddd3820afc

View file

@ -32,5 +32,8 @@
"plugins": [
"babel",
"react"
]
],
"globals": {
"chrome": true
}
}