From b5e95edbb811ba239d2856e9caee21e802fbd8fb Mon Sep 17 00:00:00 2001 From: Jonathan Romano Date: Mon, 3 Jun 2019 18:20:26 -0400 Subject: [PATCH] docs: correct eslint-plugin issue template (#587) --- .github/ISSUE_TEMPLATE/eslint-plugin-typescript.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md b/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md index 1018a4ea7ab..010b5c01cb3 100644 --- a/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md +++ b/.github/ISSUE_TEMPLATE/eslint-plugin-typescript.md @@ -36,7 +36,7 @@ The more irrelevant code/config you give, the harder it is for us to investigate ```JSON { "rules": { - "typescript/": [""] + "@typescript-eslint/": [""] } } ```