From fb051545ca2ddc2f2ad0ece436a7841c10ff8e93 Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Fri, 18 Nov 2016 07:54:44 -0800 Subject: [PATCH] Add 'tslint.json' to required files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ab2080714b..8821765f0d 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ Your package should have this structure: | index.d.ts | This contains the typings for the package. | | foo-tests.ts | This contains sample code which tests the typings. This code does *not* run, but it is type-checked. | | tsconfig.json | This allows you to run `tsc` within the package. | +| tslint.json | Enables linting. | Generate these by running `npm run new-package -- new-package-name`.