mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
chore: update eslint configuration
This commit is contained in:
33
.eslintrc
33
.eslintrc
@@ -1,3 +1,34 @@
|
||||
{
|
||||
"extends": "@antfu"
|
||||
"extends": "@antfu",
|
||||
"rules": {
|
||||
"vue/max-attributes-per-line": [
|
||||
"error",
|
||||
{
|
||||
"singleline": {
|
||||
"max": 5
|
||||
},
|
||||
"multiline": {
|
||||
"max": 5
|
||||
}
|
||||
}
|
||||
]
|
||||
// "vue/max-len": [
|
||||
// "error",
|
||||
// {
|
||||
// "code": 120,
|
||||
// "template": 120,
|
||||
// "tabWidth": 2,
|
||||
// "comments": 120,
|
||||
// "ignorePattern": "",
|
||||
// "ignoreComments": false,
|
||||
// "ignoreTrailingComments": false,
|
||||
// "ignoreUrls": false,
|
||||
// "ignoreStrings": false,
|
||||
// "ignoreTemplateLiterals": false,
|
||||
// "ignoreRegExpLiterals": false,
|
||||
// "ignoreHTMLAttributeValues": false,
|
||||
// "ignoreHTMLTextContents": false
|
||||
// }
|
||||
// ]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user