diff options
author | Fabio Berger <me@fabioberger.com> | 2018-03-04 02:11:09 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2018-03-04 02:11:09 +0800 |
commit | c797c720be1bf77b520c695ff2cb6940e9d9dd14 (patch) | |
tree | 5cf0ff756a08046cb25b47b24103e90d8f5f0657 /CONTRIBUTING.md | |
parent | 244c148a80d555bfb67cb83bb2d82a44b5aca68c (diff) | |
download | dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar.gz dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar.bz2 dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar.lz dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar.xz dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.tar.zst dexon-sol-tools-c797c720be1bf77b520c695ff2cb6940e9d9dd14.zip |
Update all mentions of the repo name being `0x.js` to `0x-monorepo`
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
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` |