Skip to content

Commit

Permalink
docs: correct eslint-plugin issue template (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
luxaritas authored and bradzacher committed Jun 3, 2019
1 parent fac5c7d commit b5e95ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/eslint-plugin-typescript.md
Expand Up @@ -36,7 +36,7 @@ The more irrelevant code/config you give, the harder it is for us to investigate
```JSON
{
"rules": {
"typescript/<rule>": ["<setting>"]
"@typescript-eslint/<rule>": ["<setting>"]
}
}
```
Expand Down

0 comments on commit b5e95ed

Please sign in to comment.