Skip to content

Commit

Permalink
feat(eslint): remove dependency on eslint-config-ybiquitous (#228)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: remove dependency on `eslint-config-ybiquitous` from `optionalDependencies`
  • Loading branch information
ybiquitous committed Jul 17, 2018
1 parent d3808f0 commit ea04df3
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 80 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ Useful command-line tools for Node.js project.
## Install

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

Or if you don't need optional dependencies (e.g. `eslint-config-ybiquitous`),
it's recommended to use `--no-optional` option.
In addition, if you want to use [`eslint-config-ybiquitous`](https://npm.im/eslint-config-ybiquitous),
please run another install command.

```sh
npm install ybiq --save-dev --no-optional
npm install --save-dev eslint-config-ybiquitous
```

## Usage
Expand Down

0 comments on commit ea04df3

Please sign in to comment.