Skip to content

Commit

Permalink
Docs: removed correct code from incorrect eg (#13060)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha committed Mar 21, 2020
1 parent dbe357d commit 0de91f3
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 0de91f3

Please sign in to comment.