Skip to content

Commit 2ecfb8b

Browse files
authoredAug 15, 2024··
feat: add the eslint-scope package (#615)
* feat: add the eslint-scope package * chor: fix lint & test scripts * chore: update release-please configs * chore: update issue templates & README * chore: add license meta data * chore: refactor eslint config & remove chai from espree dev dep * chore: rename file to licenses-meta-data.json * chore: apply suggestions
1 parent d68da6d commit 2ecfb8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+10269
-3
lines changed
 

‎.github/ISSUE_TEMPLATE/bug-report.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ body:
1111
options:
1212
- label: "`espree`"
1313
required: false
14+
- label: "`eslint-scope`"
15+
required: false
1416
- type: textarea
1517
attributes:
1618
label: Environment

‎.github/ISSUE_TEMPLATE/change.yml

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ body:
1010
options:
1111
- label: "`espree`"
1212
required: false
13+
- label: "`eslint-scope`"
14+
required: false
1315
- type: textarea
1416
attributes:
1517
label: What problem do you want to solve?

0 commit comments

Comments
 (0)
Please sign in to comment.