Skip to content

Instantly share code, notes, and snippets.

@hyperlogic
Created June 23, 2016 18:54
Show Gist options
  • Select an option

  • Save hyperlogic/3b13c0804fa0e4b0ea78950c136609da to your computer and use it in GitHub Desktop.

Select an option

Save hyperlogic/3b13c0804fa0e4b0ea78950c136609da to your computer and use it in GitHub Desktop.
{
"root": true,
"extends": "eslint:recommended",
"globals": {
"Account": false,
"AnimationCache": false,
"Assets": false,
"Audio": false,
"AudioDevice": false,
"AudioEffectOptions": false,
"AvatarList": false,
"AvatarManager": false,
"Camera": false,
"Clipboard": false,
"Controller": false,
"DialogsManager": false,
"Entities": false,
"FaceTracker": false,
"GlobalServices": false,
"HMD": false,
"LODManager": false,
"Mat4": false,
"Menu": false,
"Messages": false,
"ModelCache": false,
"MyAvatar": false,
"Overlays": false,
"Paths": false,
"Quat": false,
"Rates": false,
"Recording": false,
"Reticle": false,
"Scene": false,
"Script": false,
"ScriptDiscoveryService": false,
"Settings": false,
"SoundCache": false,
"Stats": false,
"TextureCache": false,
"Uuid": false,
"UndoStack": false,
"Vec3": false,
"WebSocket": false,
"WebWindow": false,
"Window": false,
"XMLHttpRequest": false,
"location": false,
"print": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment