X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=4fc348072f5fb5cb316c2130873d0018744baa8f;hb=refs%2Ftags%2Fv2.4.3;hp=cf1544ffba2a53d46373303c68bce80bbe921db6;hpb=30eafb1efdb656c3651d5a1733f06f1327f71bd4;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index cf1544ff..4fc34807 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -53,6 +53,7 @@ module.exports = defineConfig({ 'num', 'os', 'piscina', + 'pnpm', 'poolifier', 'poolify', 'readonly', @@ -92,7 +93,7 @@ module.exports = defineConfig({ 'error', { ignoreProperties: true } ], - 'tsdoc/syntax': 'error' + 'tsdoc/syntax': 'warn' } }, {