chore: v3.1.15
[poolifier.git] / .eslintrc.cjs
index 522fdce51d59bac6a4553e40a644a258d3341468..3ab81413bc179a47bc4f93094b9d6e73874daf7e 100644 (file)
@@ -69,6 +69,7 @@ module.exports = defineConfig({
           'inheritDoc',
           'javascript',
           'jsdoc',
+          'linebreak',
           'localhost',
           'microjob',
           'mjs',
@@ -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'
       }
     },