aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-05-10 21:22:13 +0800
committerFabio Berger <me@fabioberger.com>2018-05-10 21:22:13 +0800
commit28e83c21e239ff790c8a9844ee1c23542c8c6c3f (patch)
treeb9ca9628ed6349873e87b9bbc09184f5f10e6a85 /packages/monorepo-scripts
parent33ed5cd43760cf7e0baac493a780bdba4110f046 (diff)
downloaddexon-0x-contracts-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar
dexon-0x-contracts-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.gz
dexon-0x-contracts-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.bz2
dexon-0x-contracts-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.lz
dexon-0x-contracts-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.xz
dexon-0x-contracts-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.zst
dexon-0x-contracts-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.zip
Remove uneeded tslint config
Diffstat (limited to 'packages/monorepo-scripts')
-rw-r--r--packages/monorepo-scripts/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/monorepo-scripts/package.json b/packages/monorepo-scripts/package.json
index a6b6f2d15..b1b3efc57 100644
--- a/packages/monorepo-scripts/package.json
+++ b/packages/monorepo-scripts/package.json
@@ -6,7 +6,7 @@
"types": "lib/index.d.ts",
"scripts": {
"build:watch": "tsc -w",
- "lint": "tslint --project . 'src/**/*.ts'",
+ "lint": "tslint --project .,
"clean": "shx rm -rf lib",
"build": "tsc",
"test:publish": "run-s build script:publish",