X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=80dcda2b7212d88878c7f2f65b426896e9a02a99;hb=bc3227d835252ffa3d2dd141da6304e21a7265b8;hp=0987025540001c47debfb418c2cac1b5b7b57178;hpb=8d75fd5f50534b71bd14bdb6a01cb4b2cebaf6ef;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 09870255..80dcda2b 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,6 +31,7 @@ module.exports = defineConfig({ 'warn', { skipWords: [ + 'Benoit', 'benny', 'browserslist', 'builtins', @@ -41,8 +42,11 @@ module.exports = defineConfig({ 'cpus', 'ctx', 'deprecations', + 'dequeue', 'ecma', + 'enqueue', 'enum', + 'errored', 'esm', 'fibonacci', 'fs', @@ -57,6 +61,7 @@ module.exports = defineConfig({ 'poolifier', 'poolify', 'readonly', + 'resize', 'serializable', 'sinon', 'threadjs', @@ -67,7 +72,8 @@ module.exports = defineConfig({ 'unlink', 'unregister', 'utf8', - 'workerpool' + 'workerpool', + 'wwr' ], skipIfMatch: ['^@.*', '^plugin:.*'] } @@ -79,7 +85,7 @@ module.exports = defineConfig({ plugins: ['@typescript-eslint', 'eslint-plugin-tsdoc'], parser: '@typescript-eslint/parser', parserOptions: { - project: './tsconfig.json' + project: './tsconfig.eslint.json' }, extends: [ 'plugin:@typescript-eslint/eslint-recommended', @@ -93,7 +99,7 @@ module.exports = defineConfig({ 'error', { ignoreProperties: true } ], - 'tsdoc/syntax': 'error' + 'tsdoc/syntax': 'warn' } }, {