Skip to content

Commit

Permalink
Don't use deprecated rule in example (#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolajevp authored and jeddy3 committed Jun 26, 2017
1 parent 989c1d1 commit 38bb530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The `rules` property is *an object whose keys are rule names and values are rule
"except": ["value"]
}],
"max-empty-lines": 2,
"rule-nested-empty-line-before": [ "always", {
"rule-empty-line-before": [ "always", {
"except": ["first-nested"],
"ignore": ["after-comment"]
} ],
Expand Down

0 comments on commit 38bb530

Please sign in to comment.