build: silence the linter on TS examples code
[poolifier.git] / .eslintrc.js
index c5a0992f8d22a7f445c28a80350aadeb53ad9e6f..2b402eacb6f4edea0acbc828ec1bdfcb12735c56 100644 (file)
@@ -57,7 +57,9 @@ module.exports = defineConfig({
           'enum',
           'errored',
           'esm',
+          'fastify',
           'fibonacci',
+          'fp',
           'fs',
           'inheritDoc',
           'jsdoc',
@@ -122,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'
       }
     },
     {