Skip to content

Commit 0a83846

Browse files
committed
build: remove from lint stage
1 parent db4117c commit 0a83846

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
@@ -77,7 +77,7 @@
7777
},
7878
"lint-staged": {
7979
"{src,test}/**/*.js": "eslint",
80-
"*.md": "yaspeller && eslint"
80+
"*.md": "eslint"
8181
},
8282
"ava": {
8383
"require": [

0 commit comments

Comments
 (0)