mirror of
https://github.com/scratchfoundation/scratchjr.git
synced 2024-11-25 08:38:30 -05:00
Removing most globals from eslintrc
This commit is contained in:
parent
0563821d6b
commit
d1c5e75f7d
1 changed files with 0 additions and 55 deletions
55
.eslintrc
55
.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"
|
||||
|
|
Loading…
Reference in a new issue