Skip to content

Commit

Permalink
feat(eslint): Update eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkr00t committed Feb 24, 2017
1 parent 7935c1c commit d93d0fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/eslint-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = {
'no-unreachable': 'warn',
'use-isnan': 'warn',
'valid-typeof': 'warn',
'require-await': 'warn',

// Best practices
'array-callback-return': 'warn',
Expand All @@ -68,6 +69,7 @@ module.exports = {
'no-useless-call': 'warn',
'no-useless-escape': 'warn',
'no-useless-concat': 'warn',
'no-useless-return': 'warn',
'no-void': 'warn',
'no-with': 'warn',

Expand Down

0 comments on commit d93d0fb

Please sign in to comment.