From 393f72ad5f78497062144bac4bd54c46064fd1bf Mon Sep 17 00:00:00 2001 From: Scott Lee Date: Fri, 19 Aug 2022 13:57:14 -0500 Subject: [PATCH] Update URL references Updated outdated links to eslint and babel-preset. --- _includes/markdown/JavaScript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/markdown/JavaScript.md b/_includes/markdown/JavaScript.md index e37ecda5..008e74d8 100644 --- a/_includes/markdown/JavaScript.md +++ b/_includes/markdown/JavaScript.md @@ -1,6 +1,6 @@

Code Style, Tooling & Documentation {% include Util/link_anchor anchor="code-style" %} {% include Util/top %}

-10up maintains a [eslint shareable config](https://github.com/10up/eslint-config) that is used across all 10up projects. It exposes several different configs and engineers should opt-in to the config that best fits the project. We also maintain a [babel-preset](https://github.com/10up/babel-preset-default/) that works well for most of our projects. +10up maintains a [eslint shareable config](https://github.com/10up/10up-toolkit/tree/develop/packages/eslint-config) that is used across all 10up projects. It exposes several different configs and engineers should opt-in to the config that best fits the project. We also maintain a [babel-preset](https://github.com/10up/10up-toolkit/tree/develop/packages/babel-preset-default) that works well for most of our projects. As far as JavaScript documentation goes, we conform to the [WordPress JavaScript documentation standards](https://make.wordpress.org/core/handbook/best-practices/inline-documentation-standards/javascript/) and those standards are enforced by 10up's eslint config.