chore: update ignore pattern
This commit is contained in:
parent
e54ac17e09
commit
b7cff5d6a2
@ -6,7 +6,7 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"lint": "npx eslint --ext .js,.json,.vue,.md .",
|
||||
"lint": "eslint .",
|
||||
"release": "lerna publish --conventional-commits"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -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 }],
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user