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 <timothygu99@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: James M Snell <jasnell@gmail.com>
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)