Add ESLint quotes
rule
This commit is contained in:
parent
432a6ebd7f
commit
819671a23a
1 changed files with 2 additions and 0 deletions
|
@ -51,5 +51,7 @@ module.exports = {
|
|||
|
||||
// consistently place operators at end of line except ternaries
|
||||
'operator-linebreak': 'error',
|
||||
|
||||
'quotes': ['error', 'single', { 'avoidEscape': true, 'allowTemplateLiterals': false }],
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue