Skip to content

Commit 6ea8011

Browse files
feat: switch YAML extension preference from .yml to .yaml (#2310)
## PR Checklist - [x] Addresses an existing open issue: fixes #2309 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/create-typescript-app/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Renames all `.yml` files to `.yaml`, and switches the [`yml/file-extension`](https://ota-meshi.github.io/eslint-plugin-yml/rules/file-extension.html) lint rule to its default of `.yaml`. Also updates `intakeFileAsYaml` to check both `.yaml` and `.yml`, automatically. 🎁
1 parent d7c0947 commit 6ea8011

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+130
-119
lines changed

.github/DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Each should be shown in VS Code, and can be run manually on the command-line:
5252

5353
- `pnpm lint` ([ESLint](https://eslint.org) with [typescript-eslint](https://typescript-eslint.io)): Lints JavaScript and TypeScript source files
5454
- `pnpm lint:knip` ([knip](https://github.com/webpro/knip)): Detects unused files, dependencies, and code exports
55-
- `pnpm lint:packages` ([pnpm dedupe --check](https://pnpm.io/cli/dedupe)): Checks for unnecessarily duplicated packages in the `pnpm-lock.yml` file
55+
- `pnpm lint:packages` ([pnpm dedupe --check](https://pnpm.io/cli/dedupe)): Checks for unnecessarily duplicated packages in the `pnpm-lock.yaml` file
5656
- `pnpm lint:spelling` ([cspell](https://cspell.org)): Spell checks across all source files
5757

5858
Read the individual documentation for each linter to understand how it can be configured and used best.
File renamed without changes.

0 commit comments

Comments
 (0)