Merge pull request #547 from erming/jd-quoteshedding

Allow simple-quotes strings if it avoids escaping
This commit is contained in:
Jérémie Astori 2015-12-01 16:26:41 -05:00
commit e3d68f2fb0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ rules:
spaced-comment: [2, always]
no-console: 0
no-trailing-spaces: 2
quotes: [2, double]
quotes: [2, double, avoid-escape]
globals:
$: false