aboutsummaryrefslogtreecommitdiffstats
path: root/packages/fill-scenarios/package.json
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/fill-scenarios/package.json
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/fill-scenarios/package.json')
-rw-r--r--packages/fill-scenarios/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/fill-scenarios/package.json b/packages/fill-scenarios/package.json
index bb2bcef13..12e307aa4 100644
--- a/packages/fill-scenarios/package.json
+++ b/packages/fill-scenarios/package.json
@@ -10,7 +10,7 @@
"generate_contract_wrappers": "node ../abi-gen/lib/index.js --abis 'src/compact_artifacts/@(Exchange|Token|TokenTransferProxy|EtherToken).json' --template ../contract_templates/contract.handlebars --partials '../contract_templates/partials/**/*.handlebars' --output src/generated_contract_wrappers --backend ethers && prettier --write 'src/generated_contract_wrappers/**.ts'",
"build": "tsc && copyfiles -u 2 './src/compact_artifacts/**/*.json' ./lib/compact_artifacts && copyfiles -u 3 './lib/src/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",