We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a20157 commit c415d5dCopy full SHA for c415d5d
package.json
@@ -14,9 +14,9 @@
14
"repository": "github:softwareventures/array",
15
"license": "ISC",
16
"scripts": {
17
- "pre-commit": "precise-commits",
18
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
19
"lint": "tsc --noEmit && eslint . && prettier --check .",
+ "pre-commit": "precise-commits",
20
"prepare": "husky install && tsc",
21
"semantic-release": "semantic-release",
22
"test": "ava"
0 commit comments