aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-04 03:29:40 +0800
committerFabio Berger <me@fabioberger.com>2018-03-04 03:29:40 +0800
commite64be284ddf18e7bbe43a7e11052c00b9927488e (patch)
treecc250c162e57752c78f389f962ea4b843d09cde3 /CONTRIBUTING.md
parent1b5742fbf094ae9e5e745fa61760fb0a4eb871ec (diff)
parent4445d1d5a0f5d5fa263d7a063519a9a9bca1ec94 (diff)
downloaddexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar
dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar.gz
dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar.bz2
dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar.lz
dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar.xz
dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.tar.zst
dexon-sol-tools-e64be284ddf18e7bbe43a7e11052c00b9927488e.zip
Merge branch 'development' into 0x.js/updateTypeDoc
* development: Update yarn.lock Update yarn.lock Update all mentions of the repo name being `0x.js` to `0x-monorepo`
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 2bb71e855..39c3239eb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,7 +23,7 @@ If the sub-package you are modifying has a `CHANGELOG.md` file, make sure to add
### Styleguide
-We use [TSLint](https://palantir.github.io/tslint/) with [custom configs](https://github.com/0xProject/0x.js/tree/development/packages/tslint-config) to keep our code style consistent.
+We use [TSLint](https://palantir.github.io/tslint/) with [custom configs](https://github.com/0xProject/0x-monorepo/tree/development/packages/tslint-config) to keep our code style consistent.
To lint your code just run: `yarn lint`