X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=e2fc35b2c1264d4c08e5af3de0a3cc3fb36d924b;hb=8ebe6c308dc1fc3202980126da043b2855d24780;hp=2b402eacb6f4edea0acbc828ec1bdfcb12735c56;hpb=e18b35564089011c257c87dab014818f2075eedd;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 2b402eac..e2fc35b2 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -37,6 +37,7 @@ module.exports = defineConfig({ 'warn', { skipWords: [ + 'axios', 'benoit', 'benny', 'browserslist', @@ -62,9 +63,12 @@ module.exports = defineConfig({ 'fp', 'fs', 'inheritDoc', + 'javascript', 'jsdoc', + 'localhost', 'microjob', 'mjs', + 'npx', 'num', 'os', 'perf', @@ -72,7 +76,9 @@ module.exports = defineConfig({ 'pnpm', 'poolifier', 'poolify', + 'readdir', 'readonly', + 'req', 'resize', 'sinon', 'threadjs', @@ -86,6 +92,8 @@ module.exports = defineConfig({ 'unregister', 'utf8', 'workerpool', + 'ws', + 'wss', 'wwr' ], skipIfMatch: ['^@.*', '^plugin:.*'] @@ -125,7 +133,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' } },