Skip to content

Commit c415d5d

Browse files
committed
style(package.json): apply code style
1 parent 8a20157 commit c415d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"repository": "github:softwareventures/array",
1515
"license": "ISC",
1616
"scripts": {
17-
"pre-commit": "precise-commits",
1817
"fix": "tsc --noEmit && eslint . --fix && prettier --write .",
1918
"lint": "tsc --noEmit && eslint . && prettier --check .",
19+
"pre-commit": "precise-commits",
2020
"prepare": "husky install && tsc",
2121
"semantic-release": "semantic-release",
2222
"test": "ava"

0 commit comments

Comments
 (0)