Disable quote

Removes TODO comment from the `quote` rule. There is no functional
difference between using any of the quoting options. Individual
projects may choose to enable this rule on their own.

http://eslint.org/docs/rules/quotes

Change-Id: Ic57e5931a67a5fdc8f6a72144b44ca41939ea565
This commit is contained in:
Michael Krotscheck 2015-08-28 08:19:50 -07:00
parent 165bb5bde2
commit f1b3fa053b
1 changed files with 1 additions and 3 deletions

View File

@ -690,9 +690,7 @@ rules:
# Specify whether backticks, double or single quotes should be used
# http://eslint.org/docs/rules/quotes
quotes:
- 0 # TODO(krotscheck): Discuss & Activate
- 'single'
quotes: 0
# Enforce spacing before and after semicolons
# http://eslint.org/docs/rules/semi-spacing