Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit f17ec06

Browse files
committed
AC-1509: Remove outdated JSCS from magento
1 parent 498b62e commit f17ec06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/test/static/static-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ For all of the static configuration installations below involving the PHPStorm P
2222
{:.bs-callout-warning}
2323
[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).
2424

25+
### ESLint
26+
2527
{:.bs-callout-info}
2628
Javascript code analysis is done through [ESLint]({{site.baseurl}}/guides/v2.4/coding-standards/code-standard-javascript.html#eslint-code-analysis).
2729
The ESLint rules are set up in `magento-coding-standard`, which is installed on Magento2 via `composer` since it's a development dependency.
2830

29-
### ESLint
30-
3131
1. Go to PHPStorm preferences > Languages & Frameworks > JavaScript > Code Quality Tools > ESLint.
3232
1. Click **Manual ESLint configuration**.
3333
1. Fill in the adjacent input fields with the path to your node binary (the result of outputting `which node` in your terminal).

0 commit comments

Comments
 (0)