X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=eslint.config.js;h=67eb035ecc938597a02c8ed0561dd4fc1dc80601;hb=76c7f0cf3b8e9f456d19404bf7632266cd9b10bf;hp=4b1c621a05269051d3476712155a562a754a407a;hpb=12c527c5cc57ef94ee1753a7e7a800838a6357ca;p=poolifier.git diff --git a/eslint.config.js b/eslint.config.js index 4b1c621a..67eb035e 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -79,9 +79,13 @@ export default defineFlatConfig([ { files: ['examples/**/*.ts'], rules: { + '@typescript-eslint/no-unsafe-argument': 'off', '@typescript-eslint/no-unsafe-call': 'off', + '@typescript-eslint/no-unsafe-return': 'off', '@typescript-eslint/no-unsafe-assignment': 'off', '@typescript-eslint/no-unsafe-member-access': 'off', + '@typescript-eslint/no-unnecessary-type-assertion': 'off', + '@typescript-eslint/no-redundant-type-constituents': 'off', }, }, {