@effect-app/eslint-shared-config 0.3.1 → 0.3.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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @effect-app/eslint-shared-config
2
2
 
3
+ ## 0.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - m
8
+ - @effect-app/eslint-codegen-model@1.45.0
9
+
10
+ ## 0.3.2
11
+
12
+ ### Patch Changes
13
+
14
+ - 6592c9e: improve: turn floating promises to error
15
+ - @effect-app/eslint-codegen-model@1.45.0
16
+
3
17
  ## 0.3.1
4
18
 
5
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/eslint-shared-config",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Shared flat ESLint base & vue configs for effect-app monorepo",
5
5
  "license": "MIT",
6
6
  "private": false,
@@ -153,7 +153,7 @@ export function baseConfig(dirName, forceTS = false, project = undefined) {
153
153
  "@typescript-eslint/unbound-method": "error",
154
154
  "@typescript-eslint/only-throw-error": "off",
155
155
  "@typescript-eslint/no-base-to-string": "warn",
156
- "@typescript-eslint/no-floating-promises": "warn",
156
+ "@typescript-eslint/no-floating-promises": "error",
157
157
  })
158
158
  }
159
159
  }