@joshuaavalon/eslint-config-typescript 8.1.6 → 8.1.7

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -41,7 +41,7 @@ const extensionRules = {
41
41
  "require-await": "off",
42
42
  "@typescript-eslint/require-await": "off",
43
43
  "no-return-await": "off",
44
- "@typescript-eslint/return-await": "error"
44
+ "@typescript-eslint/return-await": ["error", "always"]
45
45
  };
46
46
 
47
47
  /** @type {import("eslint").Linter.RulesRecord} */
package/dist/esm/index.js CHANGED
@@ -39,7 +39,7 @@ const extensionRules = {
39
39
  "require-await": "off",
40
40
  "@typescript-eslint/require-await": "off",
41
41
  "no-return-await": "off",
42
- "@typescript-eslint/return-await": "error"
42
+ "@typescript-eslint/return-await": ["error", "always"]
43
43
  };
44
44
 
45
45
  /** @type {import("eslint").Linter.RulesRecord} */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joshuaavalon/eslint-config-typescript",
3
- "version": "8.1.6",
3
+ "version": "8.1.7",
4
4
  "description": "Shareable ESLint Typescript config.",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",
@@ -35,7 +35,7 @@
35
35
  "url": "https://github.com/joshuaavalon/eslint-config/issues"
36
36
  },
37
37
  "dependencies": {
38
- "@joshuaavalon/eslint-config-javascript": "^8.1.5",
38
+ "@joshuaavalon/eslint-config-javascript": "^8.1.6",
39
39
  "typescript-eslint": "^8.3.0"
40
40
  },
41
41
  "peerDependencies": {