build(deps-dev): bump @types/node
[poolifier.git] / .eslintrc.js
index 3a35e685c40aa1c39f042d9e326c48be5c0fc0d5..523f20f8c389d47b15b3b45d5072bad47e31c507 100644 (file)
@@ -66,6 +66,7 @@ module.exports = defineConfig({
           'jsdoc',
           'microjob',
           'mjs',
+          'npx',
           'num',
           'os',
           'perf',
@@ -127,7 +128,6 @@ module.exports = defineConfig({
         '@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'
       }
     },