X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=97f787aeb53f70fba974107339ec3d95182ffb51;hb=660689f017615c233020793967822c31975e5aa0;hp=9bf41f268ea143ee9841e6575ac2f6c9223aa8fd;hpb=9aef1431cbefd8bf1fc48654c94cc464243e0113;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 9bf41f26..97f787ae 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,7 +20,7 @@ module.exports = defineConfig({ settings: { 'import/resolver': { typescript: { - project: './tsconfig.eslint.json' + project: './tsconfig.json' } } }, @@ -39,7 +39,6 @@ module.exports = defineConfig({ skipWords: [ 'axios', 'benoit', - 'benny', 'browserslist', 'builtins', 'christopher', @@ -48,10 +47,13 @@ module.exports = defineConfig({ 'comparator', 'cpu', 'cpus', + 'cryptographically', 'ctx', 'deprecations', + 'deque', 'dequeue', 'dequeued', + 'dts', 'ecma', 'elu', 'enqueue', @@ -68,6 +70,7 @@ module.exports = defineConfig({ 'localhost', 'microjob', 'mjs', + 'nodemailer', 'npx', 'num', 'os', @@ -75,7 +78,8 @@ module.exports = defineConfig({ 'piscina', 'pnpm', 'poolifier', - 'poolify', + 'prepend', + 'prepends', 'readdir', 'readonly', 'req', @@ -92,6 +96,7 @@ module.exports = defineConfig({ 'unref', 'unregister', 'utf8', + 'webcrypto', 'workerpool', 'ws', 'wss', @@ -107,7 +112,7 @@ module.exports = defineConfig({ plugins: ['@typescript-eslint', 'eslint-plugin-tsdoc'], parser: '@typescript-eslint/parser', parserOptions: { - project: './tsconfig.eslint.json' + project: './tsconfig.json' }, extends: [ 'plugin:@typescript-eslint/recommended', @@ -133,6 +138,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' }