Skip to content

Commit 0cc32d7

Browse files
froggy1014dai-shi
andauthored
chore(eslint): Update ESLint configuration to TypeScript (#1272)
### Changes - Renamed `eslint.config.js` to `eslint.config.ts` - ESLint natively supports TypeScript configuration files since `[email protected]` - eslint/eslint#19266 Co-authored-by: Daishi Kato <[email protected]>
1 parent d4db729 commit 0cc32d7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

eslint.config.js eslint.config.ts

File renamed without changes.

tsconfig.eslint.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"allowJs": true
66
},
77
"include": [
8-
"eslint.config.js",
8+
"eslint.config.ts",
99
"packages/",
1010
"examples/",
1111
"e2e/",

0 commit comments

Comments
 (0)