chore(yaml): enforce .yaml extension and prefer double quotes in YAML via eslint-plugin-yml; fix rule name; format repo

This commit is contained in:
manjaroblack
2025-08-15 23:49:14 -05:00
parent 312540327f
commit 1e5dcd043a
28 changed files with 2622 additions and 2608 deletions

View File

@@ -16,7 +16,7 @@ export default {
options: { proseWrap: 'preserve' },
},
{
files: ['*.yml', '*.yaml'],
files: ['*.yaml'],
options: { singleQuote: false },
},
{