Skip to content

Commit e3e8f73

Browse files
authored
fix: replace .eslintrc.cjs with eslint.config.js in tsconfig.json include array (#2095)
1 parent 0fdbafc commit e3e8f73

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.changeset/fresh-singers-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-t3-app": patch
3+
---
4+
5+
Include new eslint.config.js file in tsconfig.json instead of .eslintrc.cjs

cli/template/base/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
}
3232
},
3333
"include": [
34-
".eslintrc.cjs",
3534
"next-env.d.ts",
3635
"**/*.ts",
3736
"**/*.tsx",

0 commit comments

Comments
 (0)