Skip to content

Commit

Permalink
fix: grammar in config file name. Fixes #192 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerone committed Feb 19, 2024
1 parent 21349d8 commit 8ddeec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lockfile-lint/README.md
Expand Up @@ -97,7 +97,7 @@ Lockfile-lint uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) f

- A "lockfile-lint" key in your package.json file.
- A .lockfile-lintrc file, written in JSON or YAML, with optional extensions: .json/.yaml/.yml (without extension takes precedence).
- A .lockfile-lint.js or lockfilelint.config.js file that exports an object.
- A .lockfile-lint.js or lockfile-lint.config.js file that exports an object.
- A .lockfile-lint.toml file, written in TOML (the .toml extension is required).

The configuration file will be resolved starting from the current working directory, and searching up the file tree until a config file is (or isn't) found. Command-line options take precedence over any file-based configuration.
Expand Down

0 comments on commit 8ddeec8

Please sign in to comment.