Skip to content

Commit 3ffca38

Browse files
committed
fix eslint and check:language-extensions for TS 6.0
1 parent a4c79be commit 3ffca38

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ export default tseslint.config(
214214
{
215215
ignores: [
216216
".github/scripts/create_benchmark_check.js",
217+
"coverage/",
217218
"dist/",
218219
"eslint.config.mjs",
219220
"jest.config.js",

tsconfig.eslint.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"extends": "./tsconfig.json",
3+
"compilerOptions": {
4+
"rootDir": ".",
5+
"noEmit": true
6+
},
7+
"include": ["src"],
8+
"exclude": ["src/lualib"]
9+
}

0 commit comments

Comments
 (0)