8000 docs: correct eslint-plugin issue template (#587) · Feiyang1/typescript-eslint@b5e95ed · GitHub
[go: up one dir, main page]

Skip to content 65F3

Commit b5e95ed

Browse files
luxaritasbradzacher
authored andcommitted
docs: correct eslint-plugin issue template (typescript-eslint#587)
1 parent fac5c7d commit b5e95ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The more irrelevant code/config you give, the harder it is for us to investigate
3636
```JSON
3737
{
3838
"rules": {
39-
"typescript/<rule>": ["<setting>"]
39+
"@typescript-eslint/<rule>": ["<setting>"]
4040
}
4141
}
4242
```

0 commit comments

Comments
 (0)
0