Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkeyl committed Nov 25, 2024
1 parent 329c0ee commit 5c57616
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export default defineFlatConfig([
rules: {
'simple-import-sort/imports': 'warn',
'simple-import-sort/exports': 'warn',
'import/extensions': ['error', { ts: 'always' }],
'import/exports-last': 'error',
'import/group-exports': 'error',
'import/no-commonjs': 'error',
Expand Down

0 comments on commit 5c57616

Please sign in to comment.