From b9e9c8fcb2e0fa5305915ef0309a3fc9679894d4 Mon Sep 17 00:00:00 2001 From: Martin Garcia Date: Tue, 30 Jan 2024 18:06:50 +0100 Subject: [PATCH] Fix documentation on how to use the rule (#10) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ceb5e6a..c8b9de9 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Then configure the rules you want to use under the rules section. ```json { "rules": { - "lodash-imports/rule-name": 2 + "lodash-imports/no-direct-lodash-import": "error" } } ```