build(deps-dev): bump typescript
[poolifier.git] / .eslintrc.cjs
index 713011c595e70ee037cdac3af9e0d6bd95ec8a5d..ef9e86c091254a8920eecfbe2706ff2c2d71736a 100644 (file)
@@ -32,6 +32,7 @@ module.exports = defineConfig({
       'warn',
       {
         skipWords: [
+          'argv',
           'axios',
           'benoit',
           'browserslist',
@@ -78,6 +79,7 @@ module.exports = defineConfig({
           'poolifier',
           'prepend',
           'prepends',
+          'positionals',
           'readdir',
           'readonly',
           'req',
@@ -87,6 +89,8 @@ module.exports = defineConfig({
           'threadjs',
           'threadwork',
           'tinypool',
+          'tld',
+          'tos',
           'tsconfig',
           'tsdoc',
           'typedoc',
@@ -114,7 +118,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',