fix: disable spaced-comment
in yaml
This commit is contained in:
parent
774757b0e5
commit
a3c897a9ec
@ -51,6 +51,9 @@ module.exports = {
|
||||
{
|
||||
files: ['*.yaml', '*.yml'],
|
||||
parser: 'yaml-eslint-parser',
|
||||
rules: {
|
||||
'spaced-comment': 'off',
|
||||
},
|
||||
},
|
||||
{
|
||||
files: ['package.json'],
|
||||
|
Loading…
Reference in New Issue
Block a user