build: silence the linter on TS examples code
[poolifier.git] / .eslintrc.js
index eb288bd1672c348d3cb2d1e9c80794f59105add3..2b402eacb6f4edea0acbc828ec1bdfcb12735c56 100644 (file)
@@ -124,7 +124,9 @@ module.exports = defineConfig({
         '@typescript-eslint/no-unsafe-assignment': 'off',
         '@typescript-eslint/no-unsafe-member-access': 'off',
         '@typescript-eslint/no-unnecessary-type-assertion': 'off',
-        '@typescript-eslint/restrict-template-expressions': 'off'
+        '@typescript-eslint/strict-boolean-expressions': 'off',
+        '@typescript-eslint/restrict-template-expressions': 'off',
+        '@typescript-eslint/return-await': 'off'
       }
     },
     {