chore: update ignore pattern
This commit is contained in:
parent
e54ac17e09
commit
b7cff5d6a2
@ -6,7 +6,7 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"preinstall": "npx only-allow pnpm",
|
"preinstall": "npx only-allow pnpm",
|
||||||
"lint": "npx eslint --ext .js,.json,.vue,.md .",
|
"lint": "eslint .",
|
||||||
"release": "lerna publish --conventional-commits"
|
"release": "lerna publish --conventional-commits"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -20,6 +20,8 @@ module.exports = {
|
|||||||
'public',
|
'public',
|
||||||
'temp',
|
'temp',
|
||||||
'!.vitepress',
|
'!.vitepress',
|
||||||
|
'!.github',
|
||||||
|
'!.vscode',
|
||||||
],
|
],
|
||||||
plugins: [
|
plugins: [
|
||||||
'html',
|
'html',
|
||||||
@ -266,5 +268,8 @@ module.exports = {
|
|||||||
allowSeparatedGroups: false,
|
allowSeparatedGroups: false,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
// yml
|
||||||
|
'yml/quotes': ['error', { prefer: 'single', avoidEscape: false }],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user