X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=9a058e827c6117531f41d87c8f182b9f87191aba;hb=9d5544464b237b20e7a095d569769907076344d3;hp=0188819b8ba2b84d174ae01561cfbc6e8340724a;hpb=2ab815450d7de12d7d63c46f6192aae2eb6e9b36;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 0188819b..9a058e82 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,8 +48,10 @@ module.exports = defineConfig({ 'comparator', 'cpu', 'cpus', + 'cryptographically', 'ctx', 'deprecations', + 'deque', 'dequeue', 'dequeued', 'ecma', @@ -63,9 +65,12 @@ module.exports = defineConfig({ 'fp', 'fs', 'inheritDoc', + 'javascript', 'jsdoc', + 'localhost', 'microjob', 'mjs', + 'nodemailer', 'npx', 'num', 'os', @@ -73,11 +78,14 @@ module.exports = defineConfig({ 'piscina', 'pnpm', 'poolifier', - 'poolify', + 'prepend', + 'prepends', + 'readdir', 'readonly', 'req', 'resize', 'sinon', + 'smtp', 'threadjs', 'threadwork', 'tinypool', @@ -88,7 +96,10 @@ module.exports = defineConfig({ 'unref', 'unregister', 'utf8', + 'webcrypto', 'workerpool', + 'ws', + 'wss', 'wwr' ], skipIfMatch: ['^@.*', '^plugin:.*'] @@ -127,8 +138,8 @@ 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/restrict-template-expressions': 'off', '@typescript-eslint/return-await': 'off' } },