Skip to content

Commit 17a98cc

Browse files
committed
feat: Improve lint command
1 parent 1dd38eb commit 17a98cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
},
108108
"lint-staged": {
109109
"*.md": [
110-
"npm run lint:text",
110+
"textlint --rulesdir=./textlint",
111111
"git add"
112112
]
113113
}

0 commit comments

Comments
 (0)