Skip to content

πŸš€ Feature: Switch from .yml files to .yamlΒ #2309

@JoshuaKGoldberg

Description

@JoshuaKGoldberg

Feature Request Checklist

Overview

This repo's everything preset includes a blockESLintYML that configures eslint-plugin-yml set to enforce .yml file extensions:

"yml/file-extension": ["error", { extension: "yml" }],

But, per https://yaml.org & https://yaml.org/faq.html, it's YAML (Yet Another Markup Language). .yml is just a shorthand file extension that came out years ago for systems that couldn't handle >3-character file extensions.

https://ota-meshi.github.io/eslint-plugin-yml/rules/file-extension.html indicates the default is yaml.

Additional Info

Corresponding issue over in Flint: JoshuaKGoldberg/flint#840

Metadata

Metadata

Labels

status: accepting prsPlease, send a pull request to resolve this!type: featureNew enhancement or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions