mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build(eslint): add global variable ‘chrome’
This commit is contained in:
parent
be9f258be3
commit
ddd3820afc
1 changed files with 4 additions and 1 deletions
|
|
@ -32,5 +32,8 @@
|
|||
"plugins": [
|
||||
"babel",
|
||||
"react"
|
||||
]
|
||||
],
|
||||
"globals": {
|
||||
"chrome": true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue