Skip to content

Commit

Permalink
Merge pull request #14 from empathyco/deactivate-ts-strict-boolean-ex…
Browse files Browse the repository at this point in the history
…pressions

feat(ts): deactivate strict-boolean-expressions rule
  • Loading branch information
AdrianArenal authored Nov 19, 2024
2 parents cc05af7 + 0a3f7c6 commit f68e13f
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 f68e13f

Please sign in to comment.