Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Switch to single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjshull committed Oct 13, 2018
1 parent 9b5e038 commit d817114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -338,7 +338,7 @@ module.exports = {
'no-var': 2,
// 'object-shorthand': 0,
// 'prefer-arrow-callback': 0,
'prefer-const': ["error", {"destructuring": "all"}],
'prefer-const': ['error', {'destructuring': 'all'}],
// 'prefer-destructuring': 0,
// 'prefer-numeric-literals': 0,
'prefer-rest-params': 2,
Expand Down

0 comments on commit d817114

Please sign in to comment.