Skip to content

Commit

Permalink
build: remove from lint stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Apr 4, 2019
1 parent db4117c commit 0a83846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
},
"lint-staged": {
"{src,test}/**/*.js": "eslint",
"*.md": "yaspeller && eslint"
"*.md": "eslint"
},
"ava": {
"require": [
Expand Down

0 comments on commit 0a83846

Please sign in to comment.