Skip to content

Commit 28562ef

Browse files
authored
docs: update README.md to fix cosmiconfig reference (#200)
1 parent ad53fde commit 28562ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/lockfile-lint/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ Lockfile-lint uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) f
9797

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

103102
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.
104103

0 commit comments

Comments
 (0)