Skip to content

Commit

Permalink
feat(config): enable import/newline-after-import
Browse files Browse the repository at this point in the history
  • Loading branch information
dackmin committed Nov 25, 2020
1 parent 99e954b commit bc09469
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ module.exports = {
// Standard
'standard/no-callback-literal': OFF,

// Import
'import/newline-after-import': WARNING,

// Custom rules
'@poool/no-extra-parens': [WARNING, 'all', {
ignoreJSX: 'all',
Expand Down

0 comments on commit bc09469

Please sign in to comment.