diff --git a/src/index.ts b/src/index.ts index c93bd4b..2032c93 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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', }, }, {