Apply prettify on json and md files

This commit is contained in:
Leonid Logvinov
2018-01-04 12:54:16 +01:00
parent 326a6b729f
commit c700046b76
88 changed files with 3102 additions and 3156 deletions

View File

@@ -1,5 +1,4 @@
@0xproject/tslint-config
------
## @0xproject/tslint-config
TSLint configuration and custom linter rules used by 0xProject.
@@ -12,11 +11,10 @@ yarn add --dev @0xproject/tslint-config
## Usage
Add the following to your `tslint.json` file
```json
{
"extends": [
"@0xproject/tslint-config"
]
"extends": ["@0xproject/tslint-config"]
}
```
@@ -29,11 +27,13 @@ Please read our [contribution guidelines](../../CONTRIBUTING.md) before getting
### Install Dependencies
If you don't have yarn workspaces enabled (Yarn < v1.0) - enable them:
```bash
yarn config set workspaces-experimental true
```
Then install dependencies
```bash
yarn install
```