From a71ec77085cb77425c90145282fa1c5f1bbe9ff3 Mon Sep 17 00:00:00 2001 From: gengyang Date: Sat, 22 Feb 2020 19:54:40 +0800 Subject: [PATCH] =?UTF-8?q?test:=20=F0=9F=92=8D=20test=20cz?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 10 ++++++---- tslint.json | 3 --- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 21874f502..15cd49458 100644 --- a/package.json +++ b/package.json @@ -9,22 +9,24 @@ "lint:fix": "tslint --fix -p tsconfig.json", "build": "lerna run build", "test": "lerna run test", - "test:snapshot": "lerna run test:snapshot" + "test:snapshot": "lerna run test:snapshot", + "commit": "git-cz" }, "devDependencies": { + "@ice/spec": "^0.1.4", "@types/node": "^10.12.18", "ava": "^1.0.1", "commitizen": "^3.0.5", "cz-conventional-changelog": "^2.1.0", + "eslint": "^6.0.1", + "git-cz": "^4.3.1", "husky": "^1.3.1", "lerna": "^2.11.0", "lint-staged": "^8.1.0", "prettier": "^1.15.3", "rimraf": "^2.6.3", "ts-node": "^7.0.1", - "typescript": "^3.2.2", - "@ice/spec": "^0.1.4", - "eslint": "^6.0.1" + "typescript": "^3.2.2" }, "engines": { "node": "^8 || ^10" diff --git a/tslint.json b/tslint.json index 359d1e07e..fbc6b2423 100644 --- a/tslint.json +++ b/tslint.json @@ -7,8 +7,5 @@ "object-literal-sort-keys": false, "no-var-requires": false, "no-console": false - }, - "linterOptions": { - "exclude": ["test/**/*"] } }