Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit fdb5dd7

Browse files
committed
Add per-package report links
1 parent 06cb396 commit fdb5dd7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

public/_redirects

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
/ https://github.com/typescript-eslint/typescript-eslint
33
/estree https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/typescript-estree
44
/parser https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/typescript-eslint-parser
5-
/eslint-plugin https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin-typescript
5+
# /eslint-plugin https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/eslint-plugin-typescript
66

77
# Spectrum
88
/chat https://spectrum.chat/typescript-eslint
99

1010
# Bug Reports
11-
/report-issue https://github.com/typescript-eslint/typescript-eslint/issues/new
11+
/report-issue https://github.com/typescript-eslint/typescript-eslint/issues/new/choose
12+
/estree/report-issue https://github.com/typescript-eslint/typescript-eslint/issues/new?template=typescript-estree.md
13+
/parser/report-issue https://github.com/typescript-eslint/typescript-eslint/issues/new?template=typescript-eslint-parser.md

0 commit comments

Comments
 (0)