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