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.