Skip to content

Commit

Permalink
add tslint fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
plantain-00 committed Aug 8, 2017
1 parent 6bc3ab4 commit 48c96dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clean-scripts.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module.exports = {
'karma start spec/karma.config.js'
],
fix: {
ts: `tslint --fix "src/**/*.ts" "src/**/*.tsx" "demo/**/*.ts" "demo/**/*.tsx"`,
js: `standard --fix "**/*.config.js"`,
less: `stylelint --fix "src/**/*.less"`
},
Expand Down

0 comments on commit 48c96dc

Please sign in to comment.