-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathjquery.json
31 lines (31 loc) · 937 Bytes
/
jquery.json
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
{
"globals": {
"$": "readonly"
},
"plugins": [ "no-jquery" ],
"extends": [
"plugin:no-jquery/recommended",
"plugin:no-jquery/deprecated-3.7"
],
"rules": {
"no-jquery/no-animate": [ "error", { "allowScroll": true } ],
"no-jquery/no-animate-toggle": "error",
"no-jquery/no-class-state": "error",
"no-jquery/no-constructor-attributes": "error",
"no-jquery/no-done-fail": "error",
"no-jquery/no-each-util": "error",
"no-jquery/no-error": "error",
"no-jquery/no-extend": [ "error", { "allowDeep": true } ],
"no-jquery/no-fade": "error",
"no-jquery/no-global-eval": "error",
"no-jquery/no-global-selector": "error",
"no-jquery/no-grep": "error",
"no-jquery/no-in-array": "error",
"no-jquery/no-map-util": "error",
"no-jquery/no-noop": "error",
"no-jquery/no-parse-html-literal": "error",
"no-jquery/no-sizzle": [ "error", {} ],
"no-jquery/no-slide": "error",
"no-jquery/no-trim": "error"
}
}