aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2017-11-23 03:36:42 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2017-11-24 05:13:37 +0800
commitc586d3e81d0b03f57924b4dc885bc97d152b09e2 (patch)
treedc74078ace58238c83d34b31cc349096ce4ea077 /packages
parentc72745b0b27218a2a11529a90e0789f9e1b81d69 (diff)
downloaddexon-sol-tools-c586d3e81d0b03f57924b4dc885bc97d152b09e2.tar
dexon-sol-tools-c586d3e81d0b03f57924b4dc885bc97d152b09e2.tar.gz
dexon-sol-tools-c586d3e81d0b03f57924b4dc885bc97d152b09e2.tar.bz2
dexon-sol-tools-c586d3e81d0b03f57924b4dc885bc97d152b09e2.tar.lz
dexon-sol-tools-c586d3e81d0b03f57924b4dc885bc97d152b09e2.tar.xz
dexon-sol-tools-c586d3e81d0b03f57924b4dc885bc97d152b09e2.tar.zst
dexon-sol-tools-c586d3e81d0b03f57924b4dc885bc97d152b09e2.zip
Add project config to tslint which enables some type-dependent rules
Diffstat (limited to 'packages')
-rw-r--r--packages/0x.js/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json
index afca00fe9..ef91cf557 100644
--- a/packages/0x.js/package.json
+++ b/packages/0x.js/package.json
@@ -16,7 +16,7 @@
"build": "run-p build:umd:prod build:commonjs; exit 0;",
"docs:json": "typedoc --excludePrivate --excludeExternals --target ES5 --json $JSON_FILE_PATH $PROJECT_DIR",
"upload_docs_json": "aws s3 cp docs/index.json $S3_URL --profile 0xproject --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --content-type aplication/json",
- "lint": "tslint src/**/*.ts test/**/*.ts",
+ "lint": "tslint --project . src/**/*.ts test/**/*.ts",
"test:circleci": "run-s test:coverage report_test_coverage && if [ $CIRCLE_BRANCH = \"development\" ]; then yarn test:umd; fi",
"test": "run-s clean test:commonjs",
"test:umd": "./scripts/test_umd.sh",