Skip to content

Commit

Permalink
docs(readme): requireConfig now accept required, optional, ignored no…
Browse files Browse the repository at this point in the history
…t boolean. (#901)
  • Loading branch information
leavesster authored Dec 31, 2024
1 parent 322dce6 commit 088a5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This disables the requirement of a configuration file for the repository and dis

```js
onboarding: false,
requireConfig: false,
requireConfig: 'optional',
```

### `docker-cmd-file`
Expand Down

0 comments on commit 088a5cd

Please sign in to comment.