Skip to content

Commit

Permalink
feat(basic): new line after import (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanminkian committed Apr 3, 2023
1 parent d2150ee commit d1cd722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-basic/index.js
Expand Up @@ -207,6 +207,7 @@ module.exports = {
'import/no-mutable-exports': 'error',
'import/no-unresolved': 'off',
'import/no-absolute-path': 'off',
'import/newline-after-import': ['error', { 'count': 1 }],

// Common
'semi': ['error', 'never'],
Expand Down

0 comments on commit d1cd722

Please sign in to comment.