chore: update ignore pattern
This commit is contained in:
@@ -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 }],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user