Add ESLint `quotes` rule

pull/1/head
Daniel Gasienica 6 years ago
parent 432a6ebd7f
commit 819671a23a

@ -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…
Cancel
Save