X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.cjs;h=a28991af3dbe005be30c1b283d03352ba0a79fc6;hb=05a852b826fb54cbab49a196bbd0d123c3d0c367;hp=c2f4abe2dcaddb78fa7784c9891c01f3d7226086;hpb=7228a4d9f6e007bfa6326b2f663bf957594fc8c6;p=poolifier.git diff --git a/.eslintrc.cjs b/.eslintrc.cjs index c2f4abe2..a28991af 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -32,8 +32,10 @@ module.exports = defineConfig({ 'warn', { skipWords: [ + 'argv', 'axios', 'benoit', + 'bmf', 'browserslist', 'builtins', 'christopher', @@ -44,6 +46,7 @@ module.exports = defineConfig({ 'cpus', 'cryptographically', 'ctx', + 'decrement', 'deprecations', 'deque', 'dequeue', @@ -61,6 +64,7 @@ module.exports = defineConfig({ 'fp', 'fs', 'func', + 'idx', 'inheritDoc', 'javascript', 'jsdoc', @@ -78,6 +82,7 @@ module.exports = defineConfig({ 'poolifier', 'prepend', 'prepends', + 'positionals', 'readdir', 'readonly', 'req', @@ -87,6 +92,8 @@ module.exports = defineConfig({ 'threadjs', 'threadwork', 'tinypool', + 'tld', + 'tos', 'tsconfig', 'tsdoc', 'typedoc',