Skip to content

Commit

Permalink
fix: add import/named rule
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed Dec 27, 2019
1 parent d084863 commit 003c832
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ module.exports = {
'@typescript-eslint/no-explicit-any': 0,
'comma-dangle': 0,
'complexity': ['error', { max: 10 }],
'import/named': 'error',
'no-console': ['error', { allow: ['warn', 'error', 'info'] }],
'no-var': ['error'],
'prefer-template': 'error',
Expand Down

0 comments on commit 003c832

Please sign in to comment.