We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87e7399 commit 402c856Copy full SHA for 402c856
.eslintrc
@@ -3,6 +3,9 @@
3
"browser": true,
4
"node": true
5
},
6
+ "globals": {
7
+ "chrome": true
8
+ },
9
"rules": {
10
"no-console": 0,
11
"no-empty": [1, { "allowEmptyCatch": true }]
0 commit comments