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:
parent
25baa4ed0c
commit
6a243bf3c4
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue