You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/coding-standards/js.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -361,4 +361,27 @@ var foo = 'bar',
361
361
362
362
There is a set of custom Eslint rules to ensure code compatibility with the latest versions of third-party libraries.
363
363
364
-
These custom rules are included using the `rulePaths` setting in the [Eslint Grunt configuration](https://github.com/magento/magento2/blob/2.4/dev/tools/grunt/configs/eslint.json).
364
+
In previous version of eslint these custom rules were included using the `rulePaths` setting in the [Eslint Grunt configuration](https://github.com/magento/magento2/blob/2.4/dev/tools/grunt/configs/eslint.json).
365
+
366
+
However, since ESLint 9 has deprecated `rulePaths`, the configuration has been updated accordingly.
367
+
368
+
This document outlines the necessary changes to implement custom Eslint rules.
0 commit comments