Skip to content

Commit

Permalink
feat(es6): add no-useless-computed-key rule
Browse files Browse the repository at this point in the history
  • Loading branch information
blond committed Apr 22, 2017
1 parent 9ae4a9b commit 627d504
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/es6-rules.js
Expand Up @@ -11,5 +11,6 @@ module.exports = {
'no-const-assign': 'error',
'no-new-symbol': 'error',
'require-yield': 'error',
'class-methods-use-this': 'error'
'class-methods-use-this': 'error',
'no-useless-computed-key': 'error'
};

0 comments on commit 627d504

Please sign in to comment.