forked from maion11/contact-form
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.jshintrc
More file actions
37 lines (36 loc) · 711 Bytes
/
Copy path.jshintrc
File metadata and controls
37 lines (36 loc) · 711 Bytes
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
{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"expr": true,
"noarg": true,
"onevar": true,
"trailing": true,
"undef": true,
"unused": false,
"browser": true,
"passfail": false, // Stop on first error.
"devel": true,
"esnext": true,
"globals": {
"jQuery": false,
"$": false,
"JSON": false,
"wp": false,
"_": false,
"Vue": false,
"Vuex": false,
"swal": false,
"toastr": false,
"weForms": true,
"wpuf_form_builder": false,
"wpuf_form_builder_mixins": false,
"wpuf_mixins": false,
"TabsMixin": true,
"NProgress": true,
"BulkActionMixin": true,
"LoadingMixin": true,
"PaginateMixin": true
}
}