Skip to content

Commit

Permalink
docs(readme) true -> on (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
RastaAlex authored Oct 15, 2020
1 parent 72aa3d9 commit 5b54e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/plugin-add-return-await/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ npm i @putout/plugin-add-return-await
```json
{
"rules": {
"add-return-await": true
"add-return-await": "on"
}
}
```
Expand Down
4 changes: 2 additions & 2 deletions packages/plugin-apply-destructuring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Rule `apply-destructuring` is enabled by default, to disable add to `.putout.jso
```json
{
"rules": {
"apply-destructuring/object": false,
"apply-destructuring/array": false
"apply-destructuring/object": "off",
"apply-destructuring/array": "off"
}
}
```
Expand Down

0 comments on commit 5b54e18

Please sign in to comment.