@joshuaavalon/eslint-config-typescript 8.1.1 → 8.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js CHANGED
@@ -130,7 +130,7 @@ const rules$1 = {
130
130
  "@typescript-eslint/no-invalid-void-type": "error",
131
131
  "@typescript-eslint/no-meaningless-void-operator": "error",
132
132
  "@typescript-eslint/no-misused-new": "error",
133
- "@typescript-eslint/no-misused-promises": "error",
133
+ "@typescript-eslint/no-misused-promises": ["error", { "checksVoidReturn": false }],
134
134
  "@typescript-eslint/no-mixed-enums": "error",
135
135
  "@typescript-eslint/no-namespace": "error",
136
136
  "@typescript-eslint/no-non-null-asserted-nullish-coalescing": "error",
package/dist/esm/index.js CHANGED
@@ -128,7 +128,7 @@ const rules$1 = {
128
128
  "@typescript-eslint/no-invalid-void-type": "error",
129
129
  "@typescript-eslint/no-meaningless-void-operator": "error",
130
130
  "@typescript-eslint/no-misused-new": "error",
131
- "@typescript-eslint/no-misused-promises": "error",
131
+ "@typescript-eslint/no-misused-promises": ["error", { "checksVoidReturn": false }],
132
132
  "@typescript-eslint/no-mixed-enums": "error",
133
133
  "@typescript-eslint/no-namespace": "error",
134
134
  "@typescript-eslint/no-non-null-asserted-nullish-coalescing": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@joshuaavalon/eslint-config-typescript",
3
- "version": "8.1.1",
3
+ "version": "8.1.2",
4
4
  "description": "Shareable ESLint Typescript config.",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/index.js",