Commit 6ea8011
authored
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
File tree
43 files changed
+130
-119
lines changed- .github
- ISSUE_TEMPLATE
- actions/prepare
- workflows
- docs
- src
- blocks
- intake
- options
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments