From 043b2bf1b5607795c9ecb84458dc8b8b4457f516 Mon Sep 17 00:00:00 2001 From: Mathias Schreck Date: Wed, 5 Aug 2020 14:06:44 +0200 Subject: [PATCH] Fix config example syntax error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f6f586..ec6b108 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This plugin supports the following settings, which are used by multiple rules: "mocha/additionalCustomNames": [ { "name": "describeModule", "type": "suite", "interfaces": [ "BDD" ] }, { "name": "testModule", "type": "testCase", "interfaces": [ "TDD" ] } - } + ] } } ```