From 0992e80254d746645d73b1c1fc7cf9dcdda9500d Mon Sep 17 00:00:00 2001 From: Zander Otavka Date: Thu, 21 Jul 2016 15:44:05 -0700 Subject: [PATCH] Add Toolbars to eslint globals --- .eslintrc.js | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.js b/.eslintrc.js index a7f4291257..ecdae56594 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -40,6 +40,7 @@ module.exports = { "SoundCache": false, "Stats": false, "TextureCache": false, + "Toolbars": false, "Uuid": false, "UndoStack": false, "Vec3": false,