X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=e2fc35b2c1264d4c08e5af3de0a3cc3fb36d924b;hb=df9aaf207bf2e96ed759f9b89fa6573e8c48fb65;hp=3a35e685c40aa1c39f042d9e326c48be5c0fc0d5;hpb=f7b2b8101acbc121ec9c787a8b1c72ba3375175b;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 3a35e685..e2fc35b2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -63,9 +63,12 @@ module.exports = defineConfig({ 'fp', 'fs', 'inheritDoc', + 'javascript', 'jsdoc', + 'localhost', 'microjob', 'mjs', + 'npx', 'num', 'os', 'perf', @@ -73,6 +76,7 @@ module.exports = defineConfig({ 'pnpm', 'poolifier', 'poolify', + 'readdir', 'readonly', 'req', 'resize', @@ -88,6 +92,8 @@ module.exports = defineConfig({ 'unregister', 'utf8', 'workerpool', + 'ws', + 'wss', 'wwr' ], skipIfMatch: ['^@.*', '^plugin:.*'] @@ -127,7 +133,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' } },