build(deps-dev): bump @rollup/plugin-typescript
[poolifier.git] / .eslintrc.cjs
index 522fdce51d59bac6a4553e40a644a258d3341468..f8251b907d55a33c123a00329d307dde0f1204cd 100644 (file)
@@ -69,6 +69,7 @@ module.exports = defineConfig({
           'inheritDoc',
           'javascript',
           'jsdoc',
+          'linebreak',
           'localhost',
           'microjob',
           'mjs',
@@ -115,8 +116,8 @@ module.exports = defineConfig({
         project: './tsconfig.json'
       },
       extends: [
-        'plugin:@typescript-eslint/recommended',
-        'plugin:@typescript-eslint/recommended-requiring-type-checking',
+        'plugin:@typescript-eslint/strict-type-checked',
+        'plugin:@typescript-eslint/stylistic-type-checked',
         'plugin:import/typescript',
         'standard-with-typescript'
       ],
@@ -151,7 +152,7 @@ module.exports = defineConfig({
         '@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',
+        '@typescript-eslint/return-await': 'off',
         '@typescript-eslint/no-non-null-assertion': 'off'
       }
     },