Skip to content

Commit

Permalink
πŸ“‰
Browse files Browse the repository at this point in the history
  • Loading branch information
transitive-bullshit committed May 12, 2024
1 parent c6b6a01 commit eb92c63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/imports.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ module.exports = {
'import/newline-after-import': 'error',
'import/no-duplicates': ['error', { 'prefer-inline': true }],
'import/consistent-type-specifier-style': 'off',
'import/no-anonymous-default-export': 'off',
'no-duplicate-imports': 'error'
}
}

0 comments on commit eb92c63

Please sign in to comment.