Skip to content

Commit

Permalink
docs(@putout/plugin-convert-for-to-for-of) false -> off (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
RastaAlex authored and coderaiser committed Oct 16, 2020
1 parent 599f288 commit 9d65df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/plugin-convert-for-to-for-of/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ Rule `convert-for-to-for-of` is enabled by default, to disable add to `.putout.j
```json
{
"rules": {
"convert-for-to-for-of/n": false,
"convert-for-to-for-of/length": false
"convert-for-to-for-of/n": "off",
"convert-for-to-for-of/length": "off"
}
}
```
Expand Down

0 comments on commit 9d65df3

Please sign in to comment.