Skip to content

Commit 402c856

Browse files
committed
fix lint
1 parent 87e7399 commit 402c856

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"browser": true,
44
"node": true
55
},
6+
"globals": {
7+
"chrome": true
8+
},
69
"rules": {
710
"no-console": 0,
811
"no-empty": [1, { "allowEmptyCatch": true }]

0 commit comments

Comments
 (0)