X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=2b402eacb6f4edea0acbc828ec1bdfcb12735c56;hb=e18b35564089011c257c87dab014818f2075eedd;hp=c5a0992f8d22a7f445c28a80350aadeb53ad9e6f;hpb=fcb46565163bb679d3abdab62b44d736765935b5;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index c5a0992f..2b402eac 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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' } }, {