mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-10-02 09:31:57 -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) => ({
|
eslintPluginYml.configs['flat/standard'].map((config) => ({
|
||||||
...config,
|
...config,
|
||||||
files: ['**/*.suml', '**/*.yml'],
|
files: ['**/*.suml', '**/*.yml', '**/*.yaml'],
|
||||||
})),
|
})),
|
||||||
{
|
{
|
||||||
name: 'pronouns-page/suml',
|
name: 'pronouns-page/suml',
|
||||||
files: ['**/*.suml', '**/*.yml'],
|
files: ['**/*.suml', '**/*.yml', '**/*.yaml'],
|
||||||
rules: {
|
rules: {
|
||||||
'yml/flow-mapping-curly-spacing': ['warn', 'always'],
|
'yml/flow-mapping-curly-spacing': ['warn', 'always'],
|
||||||
'yml/no-irregular-whitespace': 'off',
|
'yml/no-irregular-whitespace': 'off',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user