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

Commit

Permalink
Merge pull request #52 from chrisjshull/patch-2
Browse files Browse the repository at this point in the history
turn on prefer-const
  • Loading branch information
philipwalton committed Oct 14, 2018
2 parents 766265c + d08c683 commit bafc5ae
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': 0,
'prefer-const': ['error', {destructuring: 'all'}],
// 'prefer-destructuring': 0,
// 'prefer-numeric-literals': 0,
'prefer-rest-params': 2,
Expand Down

0 comments on commit bafc5ae

Please sign in to comment.