aboutsummaryrefslogtreecommitdiffstats
path: root/packages/types
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/types
parent33ed5cd43760cf7e0baac493a780bdba4110f046 (diff)
downloaddexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar
dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.gz
dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.bz2
dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.lz
dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.xz
dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.tar.zst
dexon-sol-tools-28e83c21e239ff790c8a9844ee1c23542c8c6c3f.zip
Remove uneeded tslint config
Diffstat (limited to 'packages/types')
-rw-r--r--packages/types/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/types/package.json b/packages/types/package.json
index 0971f424e..77650afae 100644
--- a/packages/types/package.json
+++ b/packages/types/package.json
@@ -8,7 +8,7 @@
"build:watch": "tsc -w",
"build": "tsc && copyfiles -u 2 './lib/monorepo_scripts/**/*' ./scripts",
"clean": "shx rm -rf lib scripts",
- "lint": "tslint --project . 'src/**/*.ts'",
+ "lint": "tslint --project .,
"manual:postpublish": "yarn build; node ./scripts/postpublish.js"
},
"license": "Apache-2.0",