X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.eslintrc.js;h=6e20d78ffeda55d04643a7d2bcdf3ccd5609f453;hb=d881a2047924280a33a738d1df42257af1c8ef22;hp=d40ff6691de0b5a9f4b3e24e11d368ba2c262afe;hpb=6056130c34d951fde16849f2c09bd8367fa94181;p=poolifier.git diff --git a/.eslintrc.js b/.eslintrc.js index d40ff669..6e20d78f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -43,6 +43,7 @@ module.exports = defineConfig({ 'builtins', 'christopher', 'cjs', + 'cloneable', 'comparator', 'cpu', 'cpus', @@ -71,14 +72,15 @@ module.exports = defineConfig({ 'poolify', 'readonly', 'resize', - 'serializable', 'sinon', 'threadjs', 'threadwork', + 'tinypool', 'tsconfig', 'tsdoc', 'typedoc', 'unlink', + 'unref', 'unregister', 'utf8', 'workerpool', @@ -97,7 +99,6 @@ module.exports = defineConfig({ project: './tsconfig.eslint.json' }, extends: [ - 'plugin:@typescript-eslint/eslint-recommended', 'plugin:@typescript-eslint/recommended', 'plugin:@typescript-eslint/recommended-requiring-type-checking', 'plugin:import/typescript',