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

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjshull committed Oct 14, 2018
1 parent d817114 commit d08c683
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 d08c683

Please sign in to comment.