Skip to content

Commit

Permalink
Merge pull request #19 from empathyco/vue-html-indent
Browse files Browse the repository at this point in the history
feat: disable vue/html-indent
  • Loading branch information
davidglezz authored Nov 20, 2024
2 parents abdb210 + 720d565 commit 5f863e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export async function empathyco(options: AntfuParams[0] = {}, ...userConfigs: An
// Disable vue rules that conflicts with Prettier
'vue/singleline-html-element-content-newline': 'off',
'vue/html-self-closing': 'off',
'vue/html-indent': 'off',
// https://typescript-eslint.io/rules/strict-boolean-expressions/
'@typescript-eslint/strict-boolean-expressions': 'off',
},
Expand Down

0 comments on commit 5f863e2

Please sign in to comment.