diff options
author | 2024-11-18 11:48:54 +0100 | |
---|---|---|
committer | 2024-11-18 10:48:54 +0000 | |
commit | 6a243bf3c449adbd6fa846a8b8bcd0c5c0f9dfa4 (patch) | |
tree | cd46f29de52c7fe44a37e096c778c23a88ea42d6 | |
parent | 25baa4ed0c5f55fa85c2c7e2c15848937ed1dc9b (diff) | |
download | astro-6a243bf3c449adbd6fa846a8b8bcd0c5c0f9dfa4.tar.gz astro-6a243bf3c449adbd6fa846a8b8bcd0c5c0f9dfa4.tar.zst astro-6a243bf3c449adbd6fa846a8b8bcd0c5c0f9dfa4.zip |
Update links to linting and formatting files in the style guide (#12468)
Diffstat (limited to '')
-rw-r--r-- | STYLE_GUIDE.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/STYLE_GUIDE.md b/STYLE_GUIDE.md index 52501fa38..0c7239cfc 100644 --- a/STYLE_GUIDE.md +++ b/STYLE_GUIDE.md @@ -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. |