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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/guides/v2.3/test/static/static-analysis.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,8 @@ For all of the static configuration installations below involving the PHPStorm P
23
23
[JSCS package has been deprecated](https://www.npmjs.com/package/jscs) and [merged with ESLint](https://eslint.org/blog/2016/04/welcoming-jscs-to-eslint).
24
24
25
25
{:.bs-callout-info}
26
-
Javascript code analysis is done through [ESLint]({{site.baseurl}}/coding-standards/code-standard-javascript.html#eslint-code-analysis).
27
-
The ESLint rules are set up on`magento-coding-standard`, which is installed using composer since it's a development dependency of Magento2.
26
+
Javascript code analysis is done through [ESLint]({{site.baseurl}}/guides/v2.4/coding-standards/code-standard-javascript.html#eslint-code-analysis).
27
+
The ESLint rules are set up in`magento-coding-standard`, which is installed on Magento2 via `composer` since it's a development dependency.
0 commit comments