mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-02 03:57:37 +08:00
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
{
|
|
"extends": "@antfu",
|
|
"rules": {
|
|
"eslint-comments/no-unlimited-disable": "off",
|
|
"curly": ["error", "all"],
|
|
"vue/component-tags-order": ["error", {
|
|
"order": ["route", "script", "template", "style"]
|
|
}]
|
|
}
|
|
}
|