From ff0fa76e5a06ac905b057f917ec0b4b8ff14542b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Fri, 31 May 2019 18:38:16 +0800 Subject: [PATCH] remove lint:ts --- create-umi/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/create-umi/package.json b/create-umi/package.json index 95879f14..656227f6 100644 --- a/create-umi/package.json +++ b/create-umi/package.json @@ -6,7 +6,7 @@ "scripts": { "analyze": "cross-env ANALYZE=1 umi build", "build": "umi build", - "lint": "npm run lint:js && npm run lint:ts && npm run lint:style && npm run lint:prettier", + "lint": "npm run lint:js && npm run lint:style && npm run lint:prettier", "lint-staged": "lint-staged", "lint-staged:js": "eslint --ext .js", "lint-staged:ts": "tslint", @@ -14,7 +14,6 @@ "lint:js": "eslint --ext .js src tests", "lint:prettier": "check-prettier lint", "lint:style": "stylelint --fix \"src/**/*.less\" --syntax less", - "lint:ts": "tslint -p . -c tslint.yml", "prettier": " check-prettier write", "start": "umi dev", "start:no-mock": "cross-env MOCK=none umi dev",