From d2621789933346900019a109b6aab7c3e1a9fb79 Mon Sep 17 00:00:00 2001 From: Veniamin Krol <153412+vkrol@users.noreply.github.com> Date: Mon, 25 May 2020 22:54:34 +0300 Subject: [PATCH] docs(eslint-plugin): [naming-convention] fix interface-name-prefix example (#2103) --- packages/eslint-plugin/docs/rules/naming-convention.md | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/eslint-plugin/docs/rules/naming-convention.md b/packages/eslint-plugin/docs/rules/naming-convention.md index 5938857d70e..43874c6b008 100644 --- a/packages/eslint-plugin/docs/rules/naming-convention.md +++ b/packages/eslint-plugin/docs/rules/naming-convention.md @@ -333,7 +333,6 @@ This allows you to emulate the old `interface-name-prefix` rule. { "selector": "interface", "format": ["PascalCase"], - "prefix": ["T"], "custom": { "regex": "^I[A-Z]", "match": false