You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/lockfile-lint/README.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,8 +97,7 @@ Lockfile-lint uses [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) f
97
97
98
98
- A "lockfile-lint" key in your package.json file.
99
99
- 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.
102
101
103
102
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.
0 commit comments