From d1c5e75f7d25a8069daf8b8c95f30d6c04b4b983 Mon Sep 17 00:00:00 2001 From: Tim Mickel Date: Wed, 13 Jan 2016 16:09:18 -0500 Subject: [PATCH] Removing most globals from eslintrc --- .eslintrc | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) diff --git a/.eslintrc b/.eslintrc index 1b5a65d..0fe57f4 100644 --- a/.eslintrc +++ b/.eslintrc @@ -21,64 +21,9 @@ "globals": { "AndroidInterface": true, "window": true, - "Cookie": true, - "vlen": true, "WebKitCSSMatrix": true, - "Vector": true, - "DrawPath": true, - "ScratchJr": true, - "Runtime": true, - "Localization": true, "Settings": true, - "BlockSpecs": true, - "Block": true, - "BlockArg": true, - "Stage": true, - "Project": true, - "Scroll": true, - "Thread": true, - "Scripts": true, - "Library": true, - "Paint": true, - "Record": true, - "Prims": true, - "Undo": true, - "Events": true, - "Menu": true, - "IO": true, - "UI": true, - "Thumbs": true, - "Grid": true, - "Alert": true, - "Palette": true, - "ScriptsPane": true, "MediaLib": true, - "Sprite": true, - "Rectangle": true, - "Matrix": true, - "Page": true, - "Home": true, - "Samples": true, - "Camera": true, - "Ghost": true, - "Layers": true, - "Paint": true, - "PaintAction": true, - "PaintIO": true, - "PaintLayout": true, - "PaintUndo": true, - "SVGTools": true, - "SVGImage": true, - "Transform": true, - "Layer": true, - "Path": true, - "xform": true, - "selxform": true, - "SVG2Canvas": true, - "JSZip": true, - "Snap": true, - "IntlMessageFormat": true, - "Sound": true, "webkitAudioContext": true }, "extends": "eslint:recommended"