feat: add native node.js fetch implementation to http-client example
[poolifier.git] / .eslintrc.js
index b547ed1909badd738d831ccf1b70af4fe1001af0..02782ad45cfeb9766eddf2c8e50bfaabb22e6372 100644 (file)
@@ -115,7 +115,7 @@ module.exports = defineConfig({
     {
       files: ['examples/typescript/**/*.ts'],
       rules: {
-        '@typescript-eslint/no-unsafe-argument': 'off',
+        // '@typescript-eslint/no-unsafe-argument': 'off',
         '@typescript-eslint/no-unsafe-call': 'off',
         '@typescript-eslint/no-unsafe-assignment': 'off'
       }