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