mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-30 00:28:02 -04:00
adress eslint configs
This commit is contained in:
parent
a6f1b749fa
commit
6eb9adf9e4
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user