forked from thewca/tnoodle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.jshintrc
57 lines (52 loc) · 1.27 KB
/
.jshintrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"browser": true,
"undef": true,
"sub": true,
"newcap": false,
"esversion": 9,
"indent": 4,
"globals": {
"alert": true,
"confirm": true,
"prompt": true,
"escape": false,
"unescape": false,
"XDomainRequest": false,
"XMLHttpRequestProgressEvent": false,
"TNOODLE_ENV": true,
"printStackTrace": true,
"alertException": true,
"assert": true,
"now": true,
"GameMaster": true,
"GameMasterGui": true,
"Chatter": true,
"Split": true,
"GM": true,
"StatusBar": true,
"twistyjs": true,
"tnoodle": true,
"KeyboardManager": true,
"TimerDisplay": true,
"ColorChooser": true,
"ScrambleStuff": true,
"TimesTable": true,
"ShortcutManager": true,
"TriLayout": true,
"tnoodlejs": true,
"TNOODLEJS_GWT": true,
// web workers
"importScripts": true,
"self": true,
"MooRainbow": true,
// twisty.js
"mark2": true,
"twisty": true,
"Stats": true,
"log": true,
"err": true,
"THREE": true,
"requestAnimFrame": true,
"cancelRequestAnimFrame": true
}
}