Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit 5eb1541

Browse files
AlexanderZeilmannmrjoelkemp
authored andcommitted
Docs: fixed incorrect rule name in example
Closes gh-838 Example code in disallowPaddingNewlinesBeforeKeywords contained requirePaddingNewlinesBeforeKeywords
1 parent 37329e1 commit 5eb1541

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1483,7 +1483,7 @@ Values: Array of quoted types or `true` to disallow padding new lines after all
14831483
#### Example
14841484

14851485
```js
1486-
"requirePaddingNewlinesBeforeKeywords": [
1486+
"disallowPaddingNewlinesBeforeKeywords": [
14871487
"do",
14881488
"for",
14891489
"if",

0 commit comments

Comments
 (0)