Switch to ESLint projectService (#218)

* Switch to ESLint projectService

* Update copilot instructions to remove deleted files
This commit is contained in:
Nick Alteen
2025-10-31 11:27:30 -04:00
committed by GitHub
parent f16088b6aa
commit b28adb08ed
12 changed files with 58 additions and 95 deletions

View File

@@ -31,7 +31,7 @@ export default {
'^.+\\.ts$': [
'ts-jest',
{
tsconfig: 'tsconfig.eslint.json',
tsconfig: 'tsconfig.json',
useESM: true
}
]