Skip to content

Commit b55e574

Browse files
committed
chore: try no code blocks to fix changesets
1 parent 683dd22 commit b55e574

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.changeset/pretty-deers-change.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,4 @@ refactor(config): replace 'off' with null to disable options
66

77
### Updated `output` options
88

9-
We made the `output` configuration more consistent by using `null` to represent disabled options. This change does not affect boolean options.
10-
11-
```js
12-
export default {
13-
input: 'hey-api/backend', // sign up at app.heyapi.dev
14-
output: {
15-
format: null,
16-
lint: null,
17-
path: 'src/client',
18-
tsConfigPath: null,
19-
},
20-
};
21-
```
9+
We made the `output` configuration more consistent by using `null` to represent disabled options. [This change](https://heyapi.dev/openapi-ts/migrating#updated-output-options) does not affect boolean options.

0 commit comments

Comments
 (0)