Skip to content

Commit

Permalink
Docs: removed correct code from incorrect eg (eslint#13060)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha committed Mar 23, 2020
1 parent 14ffd55 commit afe05d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/rules/quote-props.md
Expand Up @@ -61,8 +61,7 @@ Examples of **incorrect** code for this rule with the default `"always"` option:

var object = {
foo: "bar",
baz: 42,
"qux-lorem": true
baz: 42
};
```

Expand Down

0 comments on commit afe05d8

Please sign in to comment.