Skip to content

Commit 1177082

Browse files
committed
AC-13683::Investigate latest patch version of grunt-eslint
1 parent df249c8 commit 1177082

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

eslint/eslint.config.mjs

+1-12
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,5 @@ export default defineConfig([{
2121
),
2222
plugins: {
2323
"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+
}
3625
}]);

0 commit comments

Comments
 (0)