From 925def3bfde3205f92d4b31206481dd32f14dac0 Mon Sep 17 00:00:00 2001 From: Martin Giger Date: Sun, 11 Nov 2018 15:24:09 +0100 Subject: [PATCH] docs: fix example on how to use the recommended config --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5296b7..b73684c 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ To enable this configuration use the `extends` property in your `.eslintrc.json` ```json { "extends": [ - "array-func/recommended" + "plugin:array-func/recommended" ] } ```