Skip to content

Commit

Permalink
feat(eslint-plugin): [naming-convention] correct example (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath authored and armano2 committed Jan 19, 2020
1 parent 63c6351 commit 60683d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/naming-convention.md
Expand Up @@ -250,7 +250,7 @@ Group Selectors are provided for convenience, and essentially bundle up sets of
"error",
{
"selector": "memberLike",
"modifier": ["private"],
"modifiers": ["private"],
"format": ["camelCase"],
"leadingUnderscore": "require"
}
Expand Down

0 comments on commit 60683d7

Please sign in to comment.