Removing most globals from eslintrc

This commit is contained in:
Tim Mickel 2016-01-13 16:09:18 -05:00
parent 0563821d6b
commit d1c5e75f7d

View file

@ -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"