Merge dependabot/npm_and_yarn/examples/typescript/http-server-pool/fastify-worker_thr...
[poolifier.git] / .eslintrc.js
index 8af594dfe56ce4605af1dcca6e5ee12477fd778f..c1e571d5fda56bf1c550cac7c0c4e78fa3712239 100644 (file)
@@ -121,10 +121,7 @@ module.exports = defineConfig({
         'standard-with-typescript'
       ],
       rules: {
-        '@typescript-eslint/no-inferrable-types': [
-          'error',
-          { ignoreProperties: true }
-        ],
+        '@typescript-eslint/non-nullable-type-assertion-style': 'off',
         'tsdoc/syntax': 'warn'
       }
     },