fix: disable yml/no-empty-document
This commit is contained in:
parent
0349a41506
commit
73a790c1d0
@ -287,5 +287,6 @@ module.exports = {
|
|||||||
|
|
||||||
// yml
|
// yml
|
||||||
'yml/quotes': ['error', { prefer: 'single', avoidEscape: false }],
|
'yml/quotes': ['error', { prefer: 'single', avoidEscape: false }],
|
||||||
|
'yml/no-empty-document': 'off',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user