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

@@ -10,7 +10,7 @@ const config = {
esModule: true,
file: 'dist/index.js',
format: 'es',
sourcemap: true
sourcemap: false
},
plugins: [typescript(), nodeResolve({ preferBuiltins: true }), commonjs()]
}