build(deps-dev): bump @types/node
[poolifier.git] / .eslintrc.js
index 44b9c5d292ec749151288997c2f578797c78564a..523f20f8c389d47b15b3b45d5072bad47e31c507 100644 (file)
@@ -37,6 +37,7 @@ module.exports = defineConfig({
       'warn',
       {
         skipWords: [
+          'axios',
           'benoit',
           'benny',
           'browserslist',
@@ -65,6 +66,7 @@ module.exports = defineConfig({
           'jsdoc',
           'microjob',
           'mjs',
+          'npx',
           'num',
           'os',
           'perf',
@@ -126,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'
       }
     },