Skip to content

Commit

Permalink
doc: add object-curly-spacing to doc/.eslintrc
Browse files Browse the repository at this point in the history
PR-URL: #13354
Refs: http://eslint.org/docs/rules/object-curly-spacing
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Gibson Fahnestock <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • Loading branch information
vsemozhetbyt authored and jasnell committed Jun 5, 2017
1 parent 6cd5312 commit 2d25e09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/.eslintrc.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## Docs-specific linter rules

rules:
object-curly-spacing: [2, always]

# ease some restrictions in doc examples
no-restricted-properties: 0
no-undef: 0
Expand Down

0 comments on commit 2d25e09

Please sign in to comment.