prefer single quotes in eslintrc

pull/1302/head
Jade McGough 2017-04-17 16:55:48 -07:00
parent 6d51ac876b
commit 18d6303b8b
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@
}, },
}, },
rules: { rules: {
'quotes': [0, "double"], 'quotes': [1, 'single'],
'func-style': 0, 'func-style': 0,
'func-names': 0, 'func-names': 0,
'arrow-parens': 0, 'arrow-parens': 0,