0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

Update links to linting and formatting files in the style guide (#12468)

This commit is contained in:
Marijn Kneppers 2024-11-18 11:48:54 +01:00 committed by GitHub
parent 25baa4ed0c
commit 6a243bf3c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,8 +16,8 @@ Anything enforced by linting and formatting is considered a **style rule.** It i
These style rules are maintained in configuration files, and therefore not documented in this document. Read any of the following configuration files to learn more about the style rules that we strictly enforced across the codebase: These style rules are maintained in configuration files, and therefore not documented in this document. Read any of the following configuration files to learn more about the style rules that we strictly enforced across the codebase:
- [ESLint](https://github.com/withastro/astro/blob/main/.eslintrc.cjs) (Linting) - [ESLint](https://github.com/withastro/astro/blob/main/eslint.config.js) (Linting)
- [Prettier](https://github.com/withastro/astro/blob/main/.prettierrc.json) (Formatting) - [Prettier](https://github.com/withastro/astro/blob/main/prettier.config.js) (Formatting)
Alternatively, don't worry too much about style rules and trust that our tools will catch these issues for you and offer inline suggestions as you work. Alternatively, don't worry too much about style rules and trust that our tools will catch these issues for you and offer inline suggestions as you work.