1
0
mirror of https://gitea.com/actions/download-artifact.git synced 2026-02-02 20:34:29 +07:00

Migrate eslint to v9

This commit is contained in:
Daniel Kennedy
2026-01-30 14:15:20 -05:00
parent 3d65dc0e0b
commit 43c2394920
4 changed files with 66 additions and 18 deletions

8
tsconfig.eslint.json Normal file
View File

@@ -0,0 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "."
},
"include": ["src/**/*.ts", "__tests__/**/*.ts", "*.ts"],
"exclude": ["node_modules", "lib", "dist"]
}