adress eslint configs

This commit is contained in:
Benjamin 2025-08-29 10:48:35 -04:00
parent a6f1b749fa
commit 6eb9adf9e4
No known key found for this signature in database
GPG Key ID: E9469FAA8B44BB16

View File

@ -66,11 +66,11 @@ export default withNuxt(
},
eslintPluginYml.configs['flat/standard'].map((config) => ({
...config,
files: ['**/*.suml', '**/*.yml'],
files: ['**/*.suml', '**/*.yml', '**/*.yaml'],
})),
{
name: 'pronouns-page/suml',
files: ['**/*.suml', '**/*.yml'],
files: ['**/*.suml', '**/*.yml', '**/*.yaml'],
rules: {
'yml/flow-mapping-curly-spacing': ['warn', 'always'],
'yml/no-irregular-whitespace': 'off',