From 48c96dceeac811019cbb59b6dd90a037c8449700 Mon Sep 17 00:00:00 2001 From: york yao Date: Tue, 8 Aug 2017 20:10:03 +0800 Subject: [PATCH] add tslint fix script --- clean-scripts.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/clean-scripts.config.js b/clean-scripts.config.js index a7ff54d..6d9ba8f 100644 --- a/clean-scripts.config.js +++ b/clean-scripts.config.js @@ -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"` },