Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmid <schmid-thomas@gmx.net>2020-05-18 22:30:48 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2020-05-18 22:30:48 +0300
commit48087e262cc2beca060b446f38cc0d4e2ebefd38 (patch)
tree74cccc474316119b0f54cc4b39cd5ffc26da8032 /.eslintrc.json
parent01faabc71fbd1206471f88d017c14716bf7d200a (diff)
Externalize i18n Strings, Replace jQuery.
* Externalize and translate some more strings (#267) * Replace some more jQuery (#201) * Remove Linter Errors
Diffstat (limited to '.eslintrc.json')
-rwxr-xr-x.eslintrc.json36
1 files changed, 26 insertions, 10 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index cfd906d7..42444208 100755
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -206,19 +206,35 @@
"jsdoc/check-alignment": 1,
"jsdoc/check-examples": ["warn", {"paddedIndent": 4 }],
- "no-jquery/no-ready" : 2,
- "no-jquery/no-on-ready" : 2,
- "no-jquery/no-trim":2,
+ "no-jquery/no-ajax" : 2,
+ "no-jquery/no-ajax-events" : 2,
+ "no-jquery/no-animate" : 2,
+ "no-jquery/no-animate-toggle" : 2,
+ "no-jquery/no-attr" : 1,
"no-jquery/no-class" : 1,
+ "no-jquery/no-class-state" : 1,
+ "no-jquery/no-contains" : 1,
+ "no-jquery/no-context-prop" : 1,
+ "no-jquery/no-css" : 2,
+ "no-jquery/no-data" : 2,
+ "no-jquery/no-each" : 2,
+ "no-jquery/no-each-collection" : 2,
+ "no-jquery/no-each-util" : 2,
+ "no-jquery/no-fade" : 1,
"no-jquery/no-find" : 1,
- "no-jquery/no-data" : 1,
- "no-jquery/no-attr" : 1,
+ "no-jquery/no-html" : 2,
+ "no-jquery/no-load" : 2,
+ "no-jquery/no-on-ready" : 2,
+ "no-jquery/no-param" : 2,
+ "no-jquery/no-parent" : 2,
+ "no-jquery/no-parents" : 2,
"no-jquery/no-prop" : 1,
- "no-jquery/no-val" : 1,
- "no-jquery/no-load" : 1,
- "no-jquery/no-ajax" : 1,
+ "no-jquery/no-ready" : 2,
+ "no-jquery/no-selector-prop" : 1,
"no-jquery/no-text" : 1,
- "no-jquery/no-visibility" : 1
-
+ "no-jquery/no-trigger" : 2,
+ "no-jquery/no-trim":2,
+ "no-jquery/no-val" : 1,
+ "no-jquery/no-visibility" : 2
}
} \ No newline at end of file