Skip to content

Commit

Permalink
fix: eslint (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: nikkeyl <[email protected]>
  • Loading branch information
github-actions[bot] and nikkeyl authored Nov 25, 2024
1 parent ad8a692 commit 9e9420a
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 9e9420a

Please sign in to comment.