From b529a4c603dc7f2a327c2364a47f34c77aab54ac Mon Sep 17 00:00:00 2001 From: Dieter Oberkofler Date: Tue, 14 Jan 2020 15:39:52 +0100 Subject: [PATCH] docs(eslint-plugin): fix misspelled `naming-convention` rule name --- .../eslint-plugin/docs/rules/naming-convention.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/eslint-plugin/docs/rules/naming-convention.md b/packages/eslint-plugin/docs/rules/naming-convention.md index 5186c98eb6d..d49d8f26a2e 100644 --- a/packages/eslint-plugin/docs/rules/naming-convention.md +++ b/packages/eslint-plugin/docs/rules/naming-convention.md @@ -229,7 +229,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of ```json { - "@typescript-eslint/naming-conventions": [ + "@typescript-eslint/naming-convention": [ "error", { "selector": "variableLike", "format": ["camelCase"] } ] @@ -240,7 +240,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of ```json { - "@typescript-eslint/naming-conventions": [ + "@typescript-eslint/naming-convention": [ "error", { "selector": "memberLike", @@ -256,7 +256,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of ```json { - "@typescript-eslint/naming-conventions": [ + "@typescript-eslint/naming-convention": [ "error", { "selector": "variable", @@ -272,7 +272,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of ```json { - "@typescript-eslint/naming-conventions": [ + "@typescript-eslint/naming-convention": [ "error", { "selector": "variable", @@ -286,7 +286,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of ```json { - "@typescript-eslint/naming-conventions": [ + "@typescript-eslint/naming-convention": [ "error", { "selector": "typeParameter", @@ -301,7 +301,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of ```json { - "@typescript-eslint/naming-conventions": [ + "@typescript-eslint/naming-convention": [ "error", { "selector": "default",