aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/examples/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'contracts/examples/package.json')
-rw-r--r--contracts/examples/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/contracts/examples/package.json b/contracts/examples/package.json
index c18f1ae79..083b47457 100644
--- a/contracts/examples/package.json
+++ b/contracts/examples/package.json
@@ -18,7 +18,7 @@
"clean": "shx rm -rf lib generated-artifacts generated-wrappers",
"generate_contract_wrappers": "abi-gen --abis ${npm_package_config_abis} --template ../../node_modules/@0x/abi-gen-templates/contract.handlebars --partials '../../node_modules/@0x/abi-gen-templates/partials/**/*.handlebars' --output generated-wrappers --backend ethers",
"lint": "tslint --format stylish --project . --exclude ./generated-wrappers/**/* --exclude ./generated-artifacts/**/* --exclude **/lib/**/* && yarn lint-contracts",
- "lint-contracts": "solhint contracts/**/**/**/**/*.sol"
+ "lint-contracts": "solhint -c ../.solhint.json contracts/**/**/**/**/*.sol"
},
"config": {
"abis": "generated-artifacts/@(ExchangeWrapper|Validator|Wallet|Whitelist).json"
@@ -54,7 +54,7 @@
"npm-run-all": "^4.1.2",
"shx": "^0.2.2",
"solc": "^0.4.24",
- "solhint": "^1.2.1",
+ "solhint": "^1.4.1",
"tslint": "5.11.0",
"typescript": "3.0.1",
"yargs": "^10.0.3"