aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs-example/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/react-docs-example/package.json')
-rw-r--r--packages/react-docs-example/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/react-docs-example/package.json b/packages/react-docs-example/package.json
index ec46957d2..b6b6c6c7d 100644
--- a/packages/react-docs-example/package.json
+++ b/packages/react-docs-example/package.json
@@ -4,7 +4,7 @@
"version": "0.0.11",
"description": "An example app using react-docs",
"scripts": {
- "lint": "tslint --project . 'ts/**/*.ts' 'ts/**/*.tsx'",
+ "lint": "tslint --project .",
"build": "tsc",
"build:example": "NODE_ENV=production webpack",
"build:watch": "tsc -w",