From 40d5da636f6ca0ad947db9e3cfc6f3ad3fa1be91 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 1 Jun 2016 22:05:55 +0200 Subject: Remove useless wildcards for tslint --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index b77c6e447..dea673357 100644 --- a/client/package.json +++ b/client/package.json @@ -17,7 +17,7 @@ "tsc:w": "tsc -w", "typings": "typings", "postinstall": "typings install", - "test": "standard && tslint -c ./tslint.json angular/**/*.ts angular/**/**/*.ts angular/**/**/**/*.ts" + "test": "standard && tslint -c ./tslint.json angular/**/*.ts" }, "license": "GPLv3", "dependencies": { -- cgit v1.2.3