-
Notifications
You must be signed in to change notification settings - Fork 5
/
.jshintrc
43 lines (43 loc) · 1.22 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
{
"curly": true,
"eqeqeq": true,
"eqnull": false,
"forin": true,
"funcscope": true,
"indent": 4,
"nonbsp": true,
"nonew": true,
"undef": true,
"unused": false,
"browser": true,
"onevar": true,
"trailing": true,
"latedef": true,
"maxparams": 4,
"globals": {
"jQuery": false,
"ajaxurl": false,
"wp": false,
"SecuPressi18nCommon": false,
"SecuPressi18nScanner": false,
"SecuPressi18nChart": false,
"SecuPressi18nNotices": false,
"SecuPressi18nModules": false,
"secupressHasModifierKey": false,
"secupressIsSpaceOrEnterKey": false,
"secupressIsSpaceKey": false,
"secupressIsEnterKey": false,
"secupressIsEscapeKey": false,
"secupressNotices": false,
"Chart": false,
"swal": false,
"_": false,
"commonL10n": false,
"pwsL10n": false,
"userProfileL10n": false,
"spSessionsControlL10n": true,
"secupressIsSpaceOrEnterKey": false,
"zxcvbn": false,
"_zxcvbnSettings": false
}
}