Allow simple-quotes strings if it avoids escaping

This commit is contained in:
JocelynDelalande 2015-12-01 22:19:55 +01:00
parent 8a80ee343d
commit 87277e251e
1 changed files with 1 additions and 1 deletions

View File

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