From 0a3f7c61996043015d4050ac924295a3e0adf251 Mon Sep 17 00:00:00 2001 From: "Jose A. Cabaneros" Date: Tue, 19 Nov 2024 10:44:28 +0100 Subject: [PATCH] feat(ts): deactivate strict-boolean-expressions rule --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) 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', }, }, {