fix: disable yml/no-empty-document

This commit is contained in:
Anthony Fu 2022-03-11 06:13:25 +08:00
parent 0349a41506
commit 73a790c1d0

View File

@ -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',
}, },
} }