Cleanup tests code
[poolifier.git] / .eslintrc.js
index a3f0793611f69d3c9127a29e1e9ad97452a4a494..11fb2803e0eac7e59ca325948ae07cfc521a07a3 100644 (file)
@@ -49,6 +49,7 @@ module.exports = defineConfig({
           'readonly',
           'serializable',
           'sinon',
+          'tsconfig',
           'unregister',
           'workerpool'
         ],
@@ -126,8 +127,7 @@ module.exports = defineConfig({
     {
       files: ['tests/pools/selection-strategies/**/*.js'],
       rules: {
-        'node/no-missing-require': 'off',
-        'jsdoc/require-jsdoc': 'off'
+        'node/no-missing-require': 'off'
       }
     },
     {