From 402c8567ee3e01e36464ba9591ac436de6fbf0a9 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 8 Aug 2017 13:30:21 -0700 Subject: [PATCH] fix lint --- .eslintrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintrc b/.eslintrc index 8a37ae2c..146371ed 100644 --- a/.eslintrc +++ b/.eslintrc @@ -3,6 +3,9 @@ "browser": true, "node": true }, + "globals": { + "chrome": true + }, "rules": { "no-console": 0, "no-empty": [1, { "allowEmptyCatch": true }]