refactor: more worker function -> task function renaming
[poolifier.git] / .eslintrc.js
index 5d9c45bfded4540646464d5bef191deb85360260..b547ed1909badd738d831ccf1b70af4fe1001af0 100644 (file)
@@ -37,12 +37,13 @@ module.exports = defineConfig({
       'warn',
       {
         skipWords: [
-          'Benoit',
+          'benoit',
           'benny',
           'browserslist',
           'builtins',
           'christopher',
           'cjs',
+          'cloneable',
           'comparator',
           'cpu',
           'cpus',
@@ -71,7 +72,6 @@ module.exports = defineConfig({
           'poolify',
           'readonly',
           'resize',
-          'serializable',
           'sinon',
           'threadjs',
           'threadwork',
@@ -80,6 +80,7 @@ module.exports = defineConfig({
           'tsdoc',
           'typedoc',
           'unlink',
+          'unref',
           'unregister',
           'utf8',
           'workerpool',
@@ -98,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',