summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Marijn Kneppers <marijnkneppers@gmail.com> 2024-11-18 11:48:54 +0100
committerGravatar GitHub <noreply@github.com> 2024-11-18 10:48:54 +0000
commit6a243bf3c449adbd6fa846a8b8bcd0c5c0f9dfa4 (patch)
treecd46f29de52c7fe44a37e096c778c23a88ea42d6
parent25baa4ed0c5f55fa85c2c7e2c15848937ed1dc9b (diff)
downloadastro-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.md4
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.