forked from Sunbird-Knowlg/sunbird-content-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.eslintrc
48 lines (48 loc) · 961 Bytes
/
.eslintrc
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
{
"extends": "standard",
"globals": {
"org": true,
"CryptoJS": true,
"_": true,
"$": true,
"angular": true,
"ecEditor": true,
"EkTelemetry": true,
"EkstepEditor": true,
"EkstepEditorAPI": true,
"Class": true,
"UUID": true,
"WebFontConfig": true,
"TextWYSIWYG": true,
"ManifestGenerator": true,
"WebFont": true,
"fabric": true,
"ServiceConstants": true,
"async": true,
"Fingerprint2": true,
"describe": true,
"jasmine": true,
"afterAll": true,
"beforeAll": true,
"it": true,
"spyOn": true,
"expect": true,
"xit": true,
"EventBus": true,
"beforeEach": true,
"canvas": true,
"Plugin": true,
"createjs": true,
"p": true,
"basePlugin": true,
"Mousetrap": true,
"afterEach": true,
"location": true,
"X2JS": true
},
"rules": {
"indent": [2, "tab"],
"no-tabs": 0,
"no-throw-literal": "error"
}
}