chore: update ignore pattern
This commit is contained in:
@@ -20,6 +20,8 @@ module.exports = {
|
||||
'public',
|
||||
'temp',
|
||||
'!.vitepress',
|
||||
'!.github',
|
||||
'!.vscode',
|
||||
],
|
||||
plugins: [
|
||||
'html',
|
||||
@@ -266,5 +268,8 @@ module.exports = {
|
||||
allowSeparatedGroups: false,
|
||||
},
|
||||
],
|
||||
|
||||
// yml
|
||||
'yml/quotes': ['error', { prefer: 'single', avoidEscape: false }],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user