Skip to content

Commit eeb8f4d

Browse files
committed
Fix error when creating changeset via 'npx @changesets/cli'
1 parent 7a5f280 commit eeb8f4d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

STYLE_GUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Anything enforced by linting and formatting is considered a **style rule.** It i
1717
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:
1818

1919
- [ESLint](https://github.com/withastro/astro/blob/main/eslint.config.js) (Linting)
20-
- [Prettier](https://github.com/withastro/astro/blob/main/prettier.config.js) (Formatting)
20+
- [Prettier](https://github.com/withastro/astro/blob/main/prettier.config.mjs) (Formatting)
2121

2222
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.
2323

File renamed without changes.

0 commit comments

Comments
 (0)