chore: bump volta node version
[poolifier.git] / eslint.config.js
index 4b1c621a05269051d3476712155a562a754a407a..67eb035ecc938597a02c8ed0561dd4fc1dc80601 100644 (file)
@@ -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',
     },
   },
   {