File tree 1 file changed +1
-12
lines changed
1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,5 @@ export default defineConfig([{
21
21
) ,
22
22
plugins : {
23
23
"magento-coding-standard-eslint-plugin" : magentoCodingStandardEslintPlugin , // This is in flat config format (object)
24
- } ,
25
- rules : {
26
- "magento-coding-standard-eslint-plugin/jquery-no-andSelf" : "warn" ,
27
- "magento-coding-standard-eslint-plugin/jquery-no-bind-unbind" : "warn" ,
28
- "magento-coding-standard-eslint-plugin/jquery-no-delegate-undelegate" : "warn" ,
29
- "magento-coding-standard-eslint-plugin/jquery-no-deprecated-expr" : "warn" ,
30
- "magento-coding-standard-eslint-plugin/jquery-no-event-shorthand" : "warn" ,
31
- "magento-coding-standard-eslint-plugin/jquery-no-input-event-shorthand" : "warn" ,
32
- "magento-coding-standard-eslint-plugin/jquery-no-misc-deprecated-functions" : "warn" ,
33
- "magento-coding-standard-eslint-plugin/jquery-no-size" : "warn" ,
34
- "magento-coding-standard-eslint-plugin/jquery-no-trim" : "warn" ,
35
- } ,
24
+ }
36
25
} ] ) ;
You can’t perform that action at this time.
0 commit comments