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

Commit cc20452

Browse files
authored
Merge pull request #6040 from atwixfirster/issue-5632
#5632: Incorrect link to JSCS site.
2 parents 83f16a4 + efa4684 commit cc20452

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

guides/v2.2/coding-standards/code-standard-javascript.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ For the jQuery widget coding standard, see [jQuery widget coding standard][jquer
1616

1717
## Eslint and JSCS tools
1818

19-
Use [ESLint][eslint] and [JSCS][jscs] to ensure the quality of your JavaScript code.
19+
Use [ESLint][eslint] and `JSCS` to ensure the quality of your JavaScript code.
2020

2121
ESLint is a community-driven tool that detects errors and potential problems in JavaScript code.
2222
It can use custom rules to enforce specific coding standards.
@@ -359,6 +359,5 @@ var foo = 'bar',
359359
[jquery-widgets]: http://api.jqueryui.com/category/widgets
360360
[jquery-widget-coding-standard]: {{ page.baseurl }}/coding-standards/code-standard-jquery-widgets.html
361361
[eslint]: http://eslint.org/
362-
[jscs]: http://jscs.info/
363362
[eslint-rules]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/.eslintrc-magento
364363
[jscs-rules]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tests/static/testsuite/Magento/Test/Js/_files/jscs/.jscsrc

0 commit comments

Comments
 (0)