From 72ca9a57de76b4514de2a07a675eadfa4e251b2c Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Wed, 31 May 2017 14:12:14 +0200 Subject: Fix linter command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 59e33a7dd..541dc44e6 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "scripts": { "prebuild": "npm run clean", "build": "run-p build:*:prod", - "lint": "tslint src/**/*.ts test/**/*.ts", + "lint": "tslint src/*.ts test/*.ts", "test": "run-s clean test:commonjs", "test:umd": "run-s substitute_umd_bundle run_mocha; npm run clean", "test:coverage": "nyc npm run test --all", -- cgit v1.2.3