Bug Report Checklist
Expected
Back in #2309 -> #2310, linting for YAML file extensions changed the preference from .yml to .yaml. Running CTA in transition mode (npx create-typescript-app) in an existing repository should migrate existing .yml files to .yaml
Actual
It does not. You end up with both .yml and .yaml files, and a bunch of lint complaints about the two of them.
Additional Info
🎁
Bug Report Checklist
Expected
Back in #2309 -> #2310, linting for YAML file extensions changed the preference from
.ymlto.yaml. Running CTA in transition mode (npx create-typescript-app) in an existing repository should migrate existing.ymlfiles to.yamlActual
It does not. You end up with both
.ymland.yamlfiles, and a bunch of lint complaints about the two of them.Additional Info
🎁