Skip to content

Commit 2d25e09

Browse files
vsemozhetbytjasnell
authored andcommitted
doc: add object-curly-spacing to doc/.eslintrc
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]>
1 parent 6cd5312 commit 2d25e09

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/.eslintrc.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Docs-specific linter rules
22

33
rules:
4+
object-curly-spacing: [2, always]
5+
46
# ease some restrictions in doc examples
57
no-restricted-properties: 0
68
no-undef: 0

0 commit comments

Comments
 (0)