Skip to content
This repository was archived by the owner on Aug 13, 2018. It is now read-only.

Commit 7c6623b

Browse files
committed
Add globals to eslintrc
1 parent 8a60bb3 commit 7c6623b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.eslintrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
// Extend Firefox Devtools ESLintrc
23
"extends": "./.eslintrc.mozilla",
34
"plugins": [
45
"react",
@@ -11,5 +12,13 @@
1112
"browser": true,
1213
"amd": true,
1314
"jquery": true
15+
},
16+
"globals": {
17+
"NetMonitorView": true,
18+
"Locale": true,
19+
"Options": true,
20+
21+
// Used in network-content-script
22+
"EVENTS": true,
1423
}
1524
}

0 commit comments

Comments
 (0)