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

Commit 2692ad6

Browse files
Merge pull request magento-commerce/devdocs#2559 from loginesta/AC-1355
AC-1355: Move JSCS into magento-coding-standards repo
2 parents 6d2dc04 + 361d5c2 commit 2692ad6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/guides/v2.3/coding-standards/code-standard-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,4 +360,4 @@ var foo = 'bar',
360360
[jquery-widget-coding-standard]: {{ page.baseurl }}/coding-standards/code-standard-jquery-widgets.html
361361
[eslint]: http://eslint.org/
362362
[eslint-rules]: https://github.com/magento/magento-coding-standard/blob/develop/eslint/.eslintrc-magento
363-
[jscs-rules]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tests/static/testsuite/Magento/Test/Js/_files/jscs/.jscsrc
363+
[jscs-rules]: https://github.com/magento/magento-coding-standard/blob/develop/jscs/.jscsrc

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To install the JSCS plugin:
2929
1. Check **Enable**, if it is unchecked.
3030
1. Enter the path to your node binary (the result of outputting `which node` in your terminal).
3131
1. Enter the path to your JSCS package: `[magento_root]/node_modules/jscs`
32-
1. Click **Configuration File** and in the adjacent input field enter the path to the JSCS file Magento uses, which is located in: `dev/tests/static/testsuite/Magento/Test/Js/_files/jscs/.jscsrc`
32+
1. Click **Configuration File** and in the adjacent input field enter the path to the JSCS file Magento uses, which is located in: `https://github.com/magento/magento-coding-standard/blob/develop/jscs/.jscsrc`
3333

3434
![JSCS config]({{site.baseurl}}/common/images/static-jscs.png)
3535

src/guides/v2.4/coding-standards/code-standard-javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,6 @@ The source code of the rules can be found in the [Eslint custom rules folder][es
368368
[jquery-widget-coding-standard]: {{ page.baseurl }}/coding-standards/code-standard-jquery-widgets.html
369369
[eslint]: http://eslint.org/
370370
[eslint-rules]: https://github.com/magento/magento-coding-standard/blob/develop/eslint/.eslintrc-magento
371-
[jscs-rules]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tests/static/testsuite/Magento/Test/Js/_files/jscs/.jscsrc
371+
[jscs-rules]: https://github.com/magento/magento-coding-standard/blob/develop/jscs/.jscsrc
372372
[grunt-eslint-configuration]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tools/grunt/configs/eslint.json
373373
[eslint-custom-rules-folder]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/rules/

0 commit comments

Comments
 (0)