X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=7453ecbfb1d4e496b39d9c8f5a267b3e9b7c8a9d;hb=0eb836fa3f5683400594b9c595650b49ff8ae0ac;hp=523f20f8c389d47b15b3b45d5072bad47e31c507;hpb=7288e3343f316a02f046008829b86521a0988107;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 523f20f8..7453ecbf 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -63,9 +63,12 @@ module.exports = defineConfig({ 'fp', 'fs', 'inheritDoc', + 'javascript', 'jsdoc', + 'localhost', 'microjob', 'mjs', + 'nodemailer', 'npx', 'num', 'os', @@ -74,10 +77,12 @@ module.exports = defineConfig({ 'pnpm', 'poolifier', 'poolify', + 'readdir', 'readonly', 'req', 'resize', 'sinon', + 'smtp', 'threadjs', 'threadwork', 'tinypool', @@ -89,6 +94,8 @@ module.exports = defineConfig({ 'unregister', 'utf8', 'workerpool', + 'ws', + 'wss', 'wwr' ], skipIfMatch: ['^@.*', '^plugin:.*']