Skip to content

Commit

Permalink
docs: correct typos in package name config (#403)
Browse files Browse the repository at this point in the history
Fixes small typos in the config filenames in the README
  • Loading branch information
yojenkins authored Mar 30, 2024
1 parent 89183ee commit 64d7089
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,11 +246,11 @@ When the command is invoked it will look for the `codeowners-generator` configur

If you create any files matching the following patterns, `codeowners-generator` will pick them up:

- a `codowners-generator` property in package.json
- a `.codowners-generatorrc` file in JSON or YAML format
- a `.codowners-generator.json`, `.codowners-generator.yaml`, `.codowners-generator.yml`, `.codowners-generator.js`, or `.codowners-generator.cjs` file
- a `codowners-generatorrc`, `codowners-generator.json`, `codowners-generatorrc.yaml`, `codowners-generatorrc.yml`, `codowners-generator.js` or `codowners-generator.cjs` file inside a .config subdirectory
- a `codowners-generator.config.js` or `codowners-generator.config.cjs` CommonJS module exporting an object
- a `codeowners-generator` property in package.json
- a `.codeowners-generatorrc` file in JSON or YAML format
- a `.codeowners-generator.json`, `.codeowners-generator.yaml`, `.codeowners-generator.yml`, `.codeowners-generator.js`, or `.codeowners-generator.cjs` file
- a `codeowners-generatorrc`, `codeowners-generator.json`, `codeowners-generatorrc.yaml`, `codeowners-generatorrc.yml`, `codeowners-generator.js` or `codeowners-generator.cjs` file inside a .config subdirectory
- a `codeowners-generator.config.js` or `codeowners-generator.config.cjs` CommonJS module exporting an object

For more insight into the custom configuration and where it can be defined check [cosmiconfig](https://github.com/davidtheclark/cosmiconfig)

Expand Down

0 comments on commit 64d7089

Please sign in to comment.