Skip to content

Commit

Permalink
feat(eslint): make eslint-config-ybiquitous optional (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jun 16, 2018
1 parent 061d0b4 commit 7c0eb9b
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 22 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ Useful command-line tools for Node.js project.
npm install ybiq --save-dev
```

Or if you don't need optional dependencies (e.g. `eslint-config-ybiquitous`),
it's recommended to use `--no-optional` option.

```sh
npm install ybiq --save-dev --no-optional
```

## Usage

### CLI
Expand Down

0 comments on commit 7c0eb9b

Please sign in to comment.