X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=ae288a7c0ae81acc761208fa7045df0dce0e5eef;hb=12ae3210477b0c54380db24470ff3b0e78926bd8;hp=0987025540001c47debfb418c2cac1b5b7b57178;hpb=8d75fd5f50534b71bd14bdb6a01cb4b2cebaf6ef;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 09870255..ae288a7c 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,6 +31,7 @@ module.exports = defineConfig({ 'warn', { skipWords: [ + 'Benoit', 'benny', 'browserslist', 'builtins', @@ -41,7 +42,9 @@ module.exports = defineConfig({ 'cpus', 'ctx', 'deprecations', + 'dequeue', 'ecma', + 'enqueue', 'enum', 'esm', 'fibonacci', @@ -57,6 +60,7 @@ module.exports = defineConfig({ 'poolifier', 'poolify', 'readonly', + 'resize', 'serializable', 'sinon', 'threadjs', @@ -93,7 +97,7 @@ module.exports = defineConfig({ 'error', { ignoreProperties: true } ], - 'tsdoc/syntax': 'error' + 'tsdoc/syntax': 'warn' } }, {