Skip to content

Commit

Permalink
Merge pull request #190 from XiaoMi/feature/add-lint-stage-stylelint
Browse files Browse the repository at this point in the history
Feature/add lint stage stylelint
  • Loading branch information
zhan8863 authored May 9, 2019
2 parents d1dafbf + 9460e73 commit b24f435
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@
"*.{js,jsx}": [
"node_modules/.bin/standard --fix",
"git add"
],
"*.scss": [
"stylelint --config .stylelintrc --fix",
"git add"
]
}
}

0 comments on commit b24f435

Please sign in to comment.