Skip to content

Commit

Permalink
style: ignore some vue rules
Browse files Browse the repository at this point in the history
  • Loading branch information
windx-foobar committed Mar 5, 2023
1 parent a2bcc38 commit e4c847e
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
Expand Up @@ -11,6 +11,9 @@
],
"space-before-function-paren": [
"off"
]
],
"vue/html-self-closing": ["off"],
"vue/no-v-html": ["off"],
"vue/singleline-html-element-content-newline": ["off"]
}
}

0 comments on commit e4c847e

Please sign in to comment.