From 28e83c21e239ff790c8a9844ee1c23542c8c6c3f Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Thu, 10 May 2018 15:22:13 +0200 Subject: Remove uneeded tslint config --- packages/types/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/types') diff --git a/packages/types/package.json b/packages/types/package.json index 0971f424e..77650afae 100644 --- a/packages/types/package.json +++ b/packages/types/package.json @@ -8,7 +8,7 @@ "build:watch": "tsc -w", "build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts", "clean": "shx rm -rf lib scripts", - "lint": "tslint --project . 'src/**/*.ts'", + "lint": "tslint --project ., "manual:postpublish": "yarn build; node ./scripts/postpublish.js" }, "license": "Apache-2.0", -- cgit