X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=e7cf2abcc1d1675b515422747866e702389b1779;hb=51711a7bd394055296e4eab0829df39d787e06b7;hp=9bf41f268ea143ee9841e6575ac2f6c9223aa8fd;hpb=9aef1431cbefd8bf1fc48654c94cc464243e0113;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 9bf41f26..e7cf2abc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -50,6 +50,7 @@ module.exports = defineConfig({ 'cpus', 'ctx', 'deprecations', + 'deque', 'dequeue', 'dequeued', 'ecma', @@ -68,6 +69,7 @@ module.exports = defineConfig({ 'localhost', 'microjob', 'mjs', + 'nodemailer', 'npx', 'num', 'os', @@ -75,7 +77,8 @@ module.exports = defineConfig({ 'piscina', 'pnpm', 'poolifier', - 'poolify', + 'prepend', + 'prepends', 'readdir', 'readonly', 'req', @@ -133,6 +136,7 @@ module.exports = defineConfig({ '@typescript-eslint/no-unsafe-assignment': 'off', '@typescript-eslint/no-unsafe-member-access': 'off', '@typescript-eslint/no-unnecessary-type-assertion': 'off', + '@typescript-eslint/no-redundant-type-constituents': 'off', '@typescript-eslint/strict-boolean-expressions': 'off', '@typescript-eslint/return-await': 'off' }