Skip to content

Commit

Permalink
magento#5632: Incorrect link to JSCS site.
Browse files Browse the repository at this point in the history
  • Loading branch information
atwixfirster committed Nov 20, 2019
1 parent 8d71e11 commit 0dbedbe
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 0dbedbe

Please sign in to comment.