From 04f74208c161a27028b5ba8ce78bfef2e13399c1 Mon Sep 17 00:00:00 2001 From: Daniel Lytkin Date: Sun, 14 May 2017 13:55:50 +0700 Subject: [PATCH] Fix linter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4ca94f8..a15c6ce 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "repository": "aikoven/typescript-fsa", "scripts": { "clean": "rimraf lib", - "lint": "tslint -c tslint.json src/**/*.ts tests/**/*.ts", + "lint": "tslint -c tslint.json src/index.ts tests/index.ts", "test": "ts-node -P tsconfig.tests.json node_modules/.bin/tape tests/*.ts", "build": "tsc", "prepublish": "npm run clean && npm run lint && npm run test && npm run build"