Skip to content

Commit

Permalink
build: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jan 12, 2018
1 parent c261332 commit b6bd705
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 @@ -91,7 +91,7 @@
"tempfile": "^2.0.0"
},
"lint-staged": {
"{src,test}/**/*.{js}": "eslint",
"{src,test}/**/*.js": "eslint",
"./*.md": "eslint --rule indent: [error, 4] ."
},
"postcss": {
Expand Down

0 comments on commit b6bd705

Please sign in to comment.