X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=7453ecbfb1d4e496b39d9c8f5a267b3e9b7c8a9d;hb=3c5dc3fbade52c4f8e707279cd3089c57210e241;hp=3a35e685c40aa1c39f042d9e326c48be5c0fc0d5;hpb=d68ce4c613425da9055e0d1e7cfc82bd4385328f;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 3a35e685..7453ecbf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -63,9 +63,13 @@ module.exports = defineConfig({ 'fp', 'fs', 'inheritDoc', + 'javascript', 'jsdoc', + 'localhost', 'microjob', 'mjs', + 'nodemailer', + 'npx', 'num', 'os', 'perf', @@ -73,10 +77,12 @@ module.exports = defineConfig({ 'pnpm', 'poolifier', 'poolify', + 'readdir', 'readonly', 'req', 'resize', 'sinon', + 'smtp', 'threadjs', 'threadwork', 'tinypool', @@ -88,6 +94,8 @@ module.exports = defineConfig({ 'unregister', 'utf8', 'workerpool', + 'ws', + 'wss', 'wwr' ], skipIfMatch: ['^@.*', '^plugin:.*'] @@ -127,7 +135,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' } },