Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
fill README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bsideup committed Oct 12, 2016
1 parent 51d33f4 commit efedb8a
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# eslint-config-zt
# ZeroTurnaround's ESLint config

## Installation
```shell
$ npm install --save-dev github:zeroturnaround/eslint-config-zt
```

## Usage
```yaml
// .eslintrc.yml
---
extends:
- "zt"

rules:
# Some overrides
no-fallthrough: 0
```

0 comments on commit efedb8a

Please sign in to comment.