Merge "Enable semi-spacing"

This commit is contained in:
Jenkins 2015-09-29 14:53:22 +00:00 committed by Gerrit Code Review
commit 68e0003259
1 changed files with 4 additions and 1 deletions

View File

@ -694,7 +694,10 @@ rules:
# Enforce spacing before and after semicolons
# http://eslint.org/docs/rules/semi-spacing
semi-spacing: 0 # TODO(krotscheck): Discuss & Activate
semi-spacing:
- 2
- before: false
after: true
# Require or disallow use of semicolons instead of ASI
# http://eslint.org/docs/rules/semi