From a3ce59134e2d7a544d4801f41dedd8f965cd9680 Mon Sep 17 00:00:00 2001 From: Jeroen van Warmerdam Date: Mon, 19 Feb 2024 17:20:31 +0100 Subject: [PATCH] Fix grammar in config file name. Fixes #192 --- packages/lockfile-lint/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/lockfile-lint/README.md b/packages/lockfile-lint/README.md index 4d6ce48..1ee49fb 100644 --- a/packages/lockfile-lint/README.md +++ b/packages/lockfile-lint/README.md @@ -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.