-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixed tests, package.json, linting
- Loading branch information
Showing
5 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
--- | ||
|
||
name: "❓ Question" | ||
about: Something is unclear or needs to be discussed | ||
title: "[discussion] DESCRIPTIVE TITLE" | ||
title: "\[discussion] DESCRIPTIVE TITLE" | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
||
#### What would you like to discuss? | ||
|
||
... | ||
|
||
#### Checklist | ||
|
||
- [ ] I have read the documentation. | ||
* [ ] I have read the documentation. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,31 +11,31 @@ | |
"BunKat <[email protected]>", | ||
"Nick Baugh <[email protected]> (http://niftylettuce.com/)" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.5", | ||
"@babel/core": "^7.11.1", | ||
"@babel/plugin-transform-runtime": "^7.11.0", | ||
"@babel/preset-env": "^7.11.0", | ||
"@commitlint/cli": "latest", | ||
"@commitlint/config-conventional": "latest", | ||
"@commitlint/cli": "^18.4.3", | ||
"@commitlint/config-conventional": "^18.4.3", | ||
"babelify": "^10.0.0", | ||
"benchmark": "*", | ||
"benchmark": "^2.1.4", | ||
"browserify": "^16.5.2", | ||
"cross-env": "latest", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^7.7.0", | ||
"eslint-config-xo-lass": "latest", | ||
"eslint-config-xo-lass": "^2.0.1", | ||
"eslint-plugin-compat": "^3.8.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"fixpack": "latest", | ||
"husky": "latest", | ||
"lint-staged": "latest", | ||
"mocha": "*", | ||
"nyc": "latest", | ||
"remark-cli": "latest", | ||
"remark-preset-github": "latest", | ||
"fixpack": "^4.0.0", | ||
"husky": "^8.0.3", | ||
"lint-staged": "^15.1.0", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"remark-cli": "11", | ||
"remark-preset-github": "^4.0.4", | ||
"rimraf": "^5.0.5", | ||
"semver": "^7.3.2", | ||
"should": ">=13.2.3", | ||
"should": "^13.2.3", | ||
"sinon": "^11.1.2", | ||
"tinyify": "^3.0.0", | ||
"xo": "^0.33.0" | ||
|