feat/bun-transition #21

Merged
david merged 24 commits from feat/bun-transition into main 2026-04-02 04:51:20 +00:00
2 changed files with 14 additions and 10 deletions
Showing only changes of commit e8f0fd2538 - Show all commits
-10
View File
@@ -1,10 +0,0 @@
{
"extends": ["next/core-web-vitals", "next/typescript"],
"ignorePatterns": [
".next",
"out",
"build",
"next-env.d.ts",
"src/app/test-api/**"
]
}
+14
View File
@@ -0,0 +1,14 @@
import next from 'eslint-config-next';
export default [
{
ignores: [
'.next',
'out',
'build',
'next-env.d.ts',
'src/app/test-api/**',
],
},
...next,
];