Skip to content

Commit 3a7b63b

Browse files
Trottevanlucas
authored andcommittedJan 4, 2017
tools: enable block-spacing rule in .eslintrc
Enable rule to enforce consistent use of space between the `{` and `}` that surround a code block and the code block itself. This enforces via linting the de facto standard in the code base. PR-URL: #10377 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Gibson Fahnestock <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Julian Duque <[email protected]>
1 parent 2f92945 commit 3a7b63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.eslintrc

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ rules:
7676

7777
# Stylistic Issues
7878
# http://eslint.org/docs/rules/#stylistic-issues
79+
block-spacing: 2
7980
brace-style: [2, 1tbs, {allowSingleLine: true}]
8081
comma-spacing: 2
8182
comma-style: 2

0 commit comments

Comments
 (0)