Skip to content

Commit

Permalink
feat(ts): deactivate strict-boolean-expressions rule
Browse files Browse the repository at this point in the history
  • Loading branch information
joseacabaneros committed Nov 19, 2024
1 parent cc05af7 commit 0a3f7c6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ 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',
// https://typescript-eslint.io/rules/strict-boolean-expressions/
'@typescript-eslint/strict-boolean-expressions': 'off',
},
},
{
Expand Down

0 comments on commit 0a3f7c6

Please sign in to comment.