X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=a6ad5b1de281c8e671932bb02bb5542aef157684;hb=970b38d6f87c7d0d29498f13af934c8ff6d472f5;hp=7453ecbfb1d4e496b39d9c8f5a267b3e9b7c8a9d;hpb=3c5dc3fbade52c4f8e707279cd3089c57210e241;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index 7453ecbf..a6ad5b1d 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -48,8 +48,10 @@ module.exports = defineConfig({ 'comparator', 'cpu', 'cpus', + 'cryptographically', 'ctx', 'deprecations', + 'deque', 'dequeue', 'dequeued', 'ecma', @@ -76,7 +78,8 @@ module.exports = defineConfig({ 'piscina', 'pnpm', 'poolifier', - 'poolify', + 'prepend', + 'prepends', 'readdir', 'readonly', 'req', @@ -134,6 +137,7 @@ module.exports = defineConfig({ '@typescript-eslint/no-unsafe-assignment': 'off', '@typescript-eslint/no-unsafe-member-access': 'off', '@typescript-eslint/no-unnecessary-type-assertion': 'off', + '@typescript-eslint/no-redundant-type-constituents': 'off', '@typescript-eslint/strict-boolean-expressions': 'off', '@typescript-eslint/return-await': 'off' }