X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.cjs;h=a28991af3dbe005be30c1b283d03352ba0a79fc6;hb=686b339ec9cdce9d5fcaa92ae3b04cbc0b364f42;hp=713011c595e70ee037cdac3af9e0d6bd95ec8a5d;hpb=ea4b5fd037c5fe09eb6a2810332ad6bed1b5bc7f;p=poolifier.git diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 713011c5..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', @@ -114,7 +121,7 @@ module.exports = defineConfig({ 'plugin:@typescript-eslint/strict-type-checked', 'plugin:@typescript-eslint/stylistic-type-checked', 'plugin:import/typescript', - 'standard-with-typescript' + 'love' ], rules: { 'operator-linebreak': 'off',