aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-04 02:20:56 +0800
committerFabio Berger <me@fabioberger.com>2018-03-04 02:20:56 +0800
commita783d21409424a5da934d5909a9238d1d08fe88b (patch)
tree71cbc7cb17514e0b2c789b8e17a09fc8f90ea3c4 /CONTRIBUTING.md
parent1b5742fbf094ae9e5e745fa61760fb0a4eb871ec (diff)
parenta716e3de74a9cf22d7e6e99795d731189fa8427d (diff)
downloaddexon-sol-tools-a783d21409424a5da934d5909a9238d1d08fe88b.tar
dexon-sol-tools-a783d21409424a5da934d5909a9238d1d08fe88b.tar.gz
dexon-sol-tools-a783d21409424a5da934d5909a9238d1d08fe88b.tar.bz2
dexon-sol-tools-a783d21409424a5da934d5909a9238d1d08fe88b.tar.lz
dexon-sol-tools-a783d21409424a5da934d5909a9238d1d08fe88b.tar.xz
dexon-sol-tools-a783d21409424a5da934d5909a9238d1d08fe88b.tar.zst
dexon-sol-tools-a783d21409424a5da934d5909a9238d1d08fe88b.zip
Merge branch 'development' into extractDocs
* development: 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`