Skip to content

Commit

Permalink
docs(readme): enhance
Browse files Browse the repository at this point in the history
  • Loading branch information
azinit authored Dec 5, 2020
1 parent 014319e commit e5be249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ $ npm install eslint-plugin-actool -g # or install globally

* Add `eslint-plugin-actool` to the `plugins` option of your `.eslintrc`:

```json
```js
{
"plugins": ["actool"]
}
```

* **(WIP)** Add `plugin:actool/recommended` to the `extends` option to enable all recommended rules:

```json
```js
{
"extends": ["plugin:actool/recommended"]
}
Expand Down

0 comments on commit e5be249

Please sign in to comment.