Skip to content

Commit

Permalink
fix: export default
Browse files Browse the repository at this point in the history
  • Loading branch information
nekochan0122 committed Aug 30, 2024
1 parent 90fbc84 commit 11b9643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eslint/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ const eslintConfig: ESLintConfig = {
},
}

export { eslintConfig as default }
export default eslintConfig

0 comments on commit 11b9643

Please sign in to comment.