Skip to content

Commit dcefef0

Browse files
committed
chore: update tooling
1 parent 7a7a530 commit dcefef0

Some content is hidden

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

52 files changed

+1453
-3120
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintrc.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ We 💛 contributions! The rules for contributing to this org are few:
77
1. Lint and run tests locally before submitting a PR
88
1. Adhere to the code style the org has chosen
99

10-
1110
## Before Committing
1211

1312
1. Use at least Node.js v6.14.4 or higher. [NVM](https://github.com/creationix/nvm) can be handy for switching between Node versions.

.github/ISSUE_TEMPLATE/BUG.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: 🐞 Bug Report
33
about: Something went awry and you'd like to tell us about it.
4-
54
---
65

76
<!--
@@ -26,10 +25,8 @@ about: Something went awry and you'd like to tell us about it.
2625
3. Provide a minimal repository link (Read https://git.io/fNzHA for instructions). These may take more time to triage than the other options.
2726
-->
2827

29-
3028
### Expected Behavior
3129

32-
3330
### Actual Behavior
3431

3532
<!--

.github/ISSUE_TEMPLATE/DOCS.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: 📚 Documentation
33
about: Are the docs lacking or missing something? Do they need some new 🔥 hotness? Tell us here.
4-
54
---
65

76
<!--
@@ -25,5 +24,4 @@ Documentation Is:
2524

2625
### Please Explain in Detail...
2726

28-
2927
### Your Proposal for Changes

.github/ISSUE_TEMPLATE/FEATURE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: ✨ Feature Request
33
about: Suggest an idea for this project
4-
54
---
65

76
<!--
@@ -16,5 +15,4 @@ about: Suggest an idea for this project
1615

1716
### Feature Use Case
1817

19-
2018
### Feature Proposal

.github/ISSUE_TEMPLATE/MODIFICATION.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: 🔧 Modification Request
33
about: Would you like something work differently? Have an alternative approach? This is the template for you.
4-
54
---
65

76
<!--
@@ -14,11 +13,8 @@ about: Would you like something work differently? Have an alternative approach?
1413
👉🏽 Need help or support? Open a SUPPORT issue instead.
1514
-->
1615

17-
1816
### Expected Behavior / Situation
1917

20-
2118
### Actual Behavior / Situation
2219

23-
2420
### Modification Proposal

.github/ISSUE_TEMPLATE/SUPPORT.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: 🆘 Support, Help, and Advice
33
about: 👉🏽 If you want to ask how to do a thing with this project, this is the place for you.
4-
54
---
65

76
If you arrived here because you think this project's documentation is unclear, insufficient, or wrong, please consider creating an issue for the documentation instead.

.gitignore

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
.DS_Store
2-
.eslintcache
3-
.nyc_output
4-
*~
5-
dist
6-
7-
coverage.*
8-
node_modules/
92
npm-debug.log
10-
test.ts
3+
dist
4+
node_modules

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pnpm exec lint-staged

0 commit comments

Comments
 (0)