@@ -3,6 +3,7 @@ reportUnusedDisableDirectives: true
33
44ignorePatterns :
55 - /web_src/js/vendor
6+ - /web_src/fomantic
67
78parserOptions :
89 sourceType : module
@@ -119,7 +120,7 @@ rules:
119120 " @stylistic/js/arrow-spacing " : [2, {before: true, after: true}]
120121 " @stylistic/js/block-spacing " : [0]
121122 " @stylistic/js/brace-style " : [2, 1tbs, {allowSingleLine: true}]
122- " @stylistic/js/comma-dangle " : [2, only -multiline]
123+ " @stylistic/js/comma-dangle " : [2, always -multiline]
123124 " @stylistic/js/comma-spacing " : [2, {before: false, after: true}]
124125 " @stylistic/js/comma-style " : [2, last]
125126 " @stylistic/js/computed-property-spacing " : [2, never]
@@ -167,7 +168,7 @@ rules:
167168 " @stylistic/js/semi-spacing " : [2, {before: false, after: true}]
168169 " @stylistic/js/semi-style " : [2, last]
169170 " @stylistic/js/space-before-blocks " : [2, always]
170- " @stylistic/js/space-before-function-paren " : [0 ]
171+ " @stylistic/js/space-before-function-paren " : [2, {anonymous: ignore, named: never, asyncArrow: always} ]
171172 " @stylistic/js/space-in-parens " : [2, never]
172173 " @stylistic/js/space-infix-ops " : [2]
173174 " @stylistic/js/space-unary-ops " : [2]
@@ -281,7 +282,7 @@ rules:
281282 jquery/no-ajax-events : [2]
282283 jquery/no-ajax : [2]
283284 jquery/no-animate : [2]
284- jquery/no-attr : [0 ]
285+ jquery/no-attr : [2 ]
285286 jquery/no-bind : [2]
286287 jquery/no-class : [0]
287288 jquery/no-clone : [2]
@@ -303,7 +304,7 @@ rules:
303304 jquery/no-in-array : [2]
304305 jquery/no-is-array : [2]
305306 jquery/no-is-function : [2]
306- jquery/no-is : [0 ]
307+ jquery/no-is : [2 ]
307308 jquery/no-load : [2]
308309 jquery/no-map : [2]
309310 jquery/no-merge : [2]
@@ -397,7 +398,7 @@ rules:
397398 no-jquery/no-animate-toggle : [2]
398399 no-jquery/no-animate : [2]
399400 no-jquery/no-append-html : [2]
400- no-jquery/no-attr : [0 ]
401+ no-jquery/no-attr : [2 ]
401402 no-jquery/no-bind : [2]
402403 no-jquery/no-box-model : [2]
403404 no-jquery/no-browser : [2]
@@ -440,7 +441,7 @@ rules:
440441 no-jquery/no-is-numeric : [2]
441442 no-jquery/no-is-plain-object : [2]
442443 no-jquery/no-is-window : [2]
443- no-jquery/no-is : [0 ]
444+ no-jquery/no-is : [2 ]
444445 no-jquery/no-jquery-constructor : [0]
445446 no-jquery/no-live : [2]
446447 no-jquery/no-load-shorthand : [2]
0 commit comments