feat: add ws server request pool handlers example
[poolifier.git] / .eslintrc.js
index 0188819b8ba2b84d174ae01561cfbc6e8340724a..d640b896f75606df37aff753e6b9cf833f41fb2c 100644 (file)
@@ -120,16 +120,16 @@ module.exports = defineConfig({
     {
       files: ['examples/typescript/**/*.ts'],
       rules: {
-        'import/no-unresolved': 'off',
-        '@typescript-eslint/no-unsafe-argument': 'off',
+        // 'import/no-unresolved': 'off',
+        // '@typescript-eslint/no-unsafe-argument': 'off',
         '@typescript-eslint/no-unsafe-call': 'off',
-        '@typescript-eslint/no-unsafe-return': '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/strict-boolean-expressions': 'off',
-        '@typescript-eslint/restrict-template-expressions': 'off',
-        '@typescript-eslint/return-await': 'off'
+        '@typescript-eslint/no-unsafe-member-access': 'off'
+        // '@typescript-eslint/no-unnecessary-type-assertion': 'off',
+        // '@typescript-eslint/strict-boolean-expressions': 'off',
+        // '@typescript-eslint/restrict-template-expressions': 'off',
+        // '@typescript-eslint/return-await': 'off'
       }
     },
     {