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

Commit

Permalink
Merge pull request #6040 from atwixfirster/issue-5632
Browse files Browse the repository at this point in the history
#5632: Incorrect link to JSCS site.
  • Loading branch information
dobooth authored Nov 20, 2019
2 parents 83f16a4 + efa4684 commit cc20452
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions guides/v2.2/coding-standards/code-standard-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ For the jQuery widget coding standard, see [jQuery widget coding standard][jquer

## Eslint and JSCS tools

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

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

0 comments on commit cc20452

Please sign in to comment.