Skip to content

Commit

Permalink
fix: disable vue/no-extra-parens
Browse files Browse the repository at this point in the history
  • Loading branch information
kirklin committed Feb 6, 2024
1 parent 2b730a6 commit 6fd3444
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export async function vue(
"vue/multi-word-component-names": "off",
"vue/no-dupe-keys": "off",
"vue/no-empty-pattern": "error",
"vue/no-extra-parens": ["error", "functions"],
"vue/no-irregular-whitespace": "error",
"vue/no-loss-of-precision": "error",
"vue/no-restricted-syntax": [
Expand Down

0 comments on commit 6fd3444

Please sign in to comment.