From abc581898f6b6e4bcb8fd64799c1982f42e5f12c Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Sat, 3 Dec 2016 18:02:03 -0800 Subject: [PATCH] eslint: Add components.js module to globals list. --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index c498c60d62..0b69124b77 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -52,6 +52,7 @@ "muting_ui": false, "Socket": false, "channel": false, + "components": false, "viewport": false, "avatar": false, "feature_flags": false,