Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Docs: trailing commas not allowed in json (#8969)
  • Loading branch information
sfletche authored and gyandeeps committed Jul 19, 2017
1 parent d09288a commit f8d122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/comma-dangle.md
Expand Up @@ -48,7 +48,7 @@ This rule has a string option or an object option:
"objects": "never",
"imports": "never",
"exports": "never",
"functions": "ignore",
"functions": "ignore"
}]
}
```
Expand Down

0 comments on commit f8d122c

Please sign in to comment.