Skip to content

Commit

Permalink
chore: 调整eslint规则
Browse files Browse the repository at this point in the history
  • Loading branch information
hooray committed Feb 25, 2023
1 parent 1359caf commit e1db00c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"extends": "@antfu",
"rules": {
"curly": ["error", "all"]
"curly": ["error", "all"],
"vue/component-tags-order": ["error", {
"order": ["route", "script", "template", "style"]
}]
}
}

0 comments on commit e1db00c

Please sign in to comment.