From bdb65ec2e672c9815bee356b61d1cd60a1072152 Mon Sep 17 00:00:00 2001 From: YeonJuan Date: Sun, 23 Aug 2020 04:55:45 +0900 Subject: [PATCH] Chore: add 3rd party parsers in BUG_REPORT template (#13606) * Chore: add 3rd party parsers BUG_REPORT issue template * edit templates/bug-report.md --- .github/ISSUE_TEMPLATE/BUG_REPORT.md | 2 +- templates/bug-report.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.md b/.github/ISSUE_TEMPLATE/BUG_REPORT.md index 175871510d7..1b1699aae02 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.md +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.md @@ -32,7 +32,7 @@ assignees: '' * **Node Version:** * **npm Version:** -**What parser (default, Babel-ESLint, etc.) are you using?** +**What parser (default, `@babel/eslint-parser`, `@typescript-eslint/parser`, etc.) are you using?** **Please show your full configuration:** diff --git a/templates/bug-report.md b/templates/bug-report.md index d31fcde74d3..bd3035b540e 100644 --- a/templates/bug-report.md +++ b/templates/bug-report.md @@ -4,7 +4,7 @@ * **Node Version:** * **npm Version:** -**What parser (default, Babel-ESLint, etc.) are you using?** +**What parser (default, `@babel/eslint-parser`, `@typescript-eslint/parser`, etc.) are you using?** **Please show your full configuration:**