Skip to content

Commit

Permalink
updating eslint for codeclimate
Browse files Browse the repository at this point in the history
  • Loading branch information
skratchdot committed Dec 8, 2016
1 parent 9c86d26 commit 26215a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -46,7 +46,7 @@ module.exports = {
'prefer-const': 1,
'prefer-template': 2,
quotes: [2, 'single'],
'quote-props': ['error', 'as-needed'],
'quote-props': [2, 'as-needed'],
semi: [2, 'always'],
'sort-imports': 2,
'space-before-blocks': 2,
Expand Down

0 comments on commit 26215a7

Please sign in to comment.