fix: disable spaced-comment in yaml

This commit is contained in:
Anthony Fu 2022-03-11 06:11:07 +08:00
parent 774757b0e5
commit a3c897a9ec

View File

@ -51,6 +51,9 @@ module.exports = {
{
files: ['*.yaml', '*.yml'],
parser: 'yaml-eslint-parser',
rules: {
'spaced-comment': 'off',
},
},
{
files: ['package.json'],