Skip to content

Commit

Permalink
Update links to linting and formatting files in the style guide (#12468)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandar1jn authored Nov 18, 2024
1 parent 25baa4e commit 6a243bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions STYLE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

- [ESLint](https://github.com/withastro/astro/blob/main/.eslintrc.cjs) (Linting)
- [Prettier](https://github.com/withastro/astro/blob/main/.prettierrc.json) (Formatting)
- [ESLint](https://github.com/withastro/astro/blob/main/eslint.config.js) (Linting)
- [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.

Expand Down

0 comments on commit 6a243bf

Please sign in to comment.