We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exactOptionalPropertyTypes
1 parent 39d823d commit b6d075fCopy full SHA for b6d075f
CHANGELOG.md
@@ -16,6 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
16
- Add `globals` as an explicit peer dependency
17
- Remove unused `emoji-regex` dependency
18
- Modified recommended types to avoid requiring `type-fest`
19
+- Ensure flat config types work with `exactOptionalPropertyTypes`
20
21
## [2.4.1] - 2024-07-23
22
src/configs/flat/recommended.ts
@@ -32,6 +32,6 @@ const recommended = [
32
},
33
rules
34
}
35
-] satisfies Linter.FlatConfig[];
+] as const satisfies Linter.FlatConfig[];
36
37
export = recommended;
0 commit comments