Skip to content

Commit

Permalink
docs(eslint-plugin): fix misspelled naming-convention rule name
Browse files Browse the repository at this point in the history
  • Loading branch information
doberkofler authored and armano2 committed Jan 14, 2020
1 parent 62e4ca0 commit b529a4c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/eslint-plugin/docs/rules/naming-convention.md
Expand Up @@ -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"] }
]
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit b529a4c

Please sign in to comment.