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

Commit 06f8ad3

Browse files
Merge pull request magento-commerce/devdocs#2545 from loginesta/AC-1158
AC-205: Move eslint tests to magento-coding-standard
2 parents e4563f2 + 4d5c8dc commit 06f8ad3

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
@@ -359,5 +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-
[eslint-rules]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/.eslintrc-magento
362+
[eslint-rules]: https://github.com/magento/magento-coding-standard/blob/develop/eslint/.eslintrc-magento
363363
[jscs-rules]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tests/static/testsuite/Magento/Test/Js/_files/jscs/.jscsrc

src/guides/v2.3/coding-standards/technical-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,5 +951,5 @@ class SampleEventObserverThatModifiesInputs implements ObserverInterface
951951
[HTTP Protocol]: https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol
952952
[HTTP Status Code]: https://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
953953
[W3C Content Security Policy]: https://w3c.github.io/webappsec-csp/
954-
[rules]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/.eslintrc-magento
954+
[rules]: https://github.com/magento/magento-coding-standard/blob/develop/eslint/.eslintrc-magento
955955
[CLI Command Naming Guidelines]: {{ page.baseurl }}/extension-dev-guide/cli-cmds/cli-naming-guidelines.html

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ The source code of the rules can be found in the [Eslint custom rules folder][es
367367
[jquery-widgets]: http://api.jqueryui.com/category/widgets
368368
[jquery-widget-coding-standard]: {{ page.baseurl }}/coding-standards/code-standard-jquery-widgets.html
369369
[eslint]: http://eslint.org/
370-
[eslint-rules]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tests/static/testsuite/Magento/Test/Js/_files/eslint/.eslintrc-magento
370+
[eslint-rules]: https://github.com/magento/magento-coding-standard/blob/develop/eslint/.eslintrc-magento
371371
[jscs-rules]: {{ site.mage2bloburl }}/{{ page.guide_version }}/dev/tests/static/testsuite/Magento/Test/Js/_files/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)