Skip to content

Commit

Permalink
docs(eslint-plugin): [naming-convention] fix interface-name-prefix ex…
Browse files Browse the repository at this point in the history
…ample (#2103)
  • Loading branch information
vkrol committed May 25, 2020
1 parent 7bc0706 commit d262178
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/eslint-plugin/docs/rules/naming-convention.md
Expand Up @@ -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
Expand Down

0 comments on commit d262178

Please sign in to comment.