chore: move project-converter out of repo to dnd_project sibling

Remove tools/project-converter; converter now lives next to this repo under
dnd_project/project-converter. Update eslint ignore comment and optimizeImage
lib header. Converter main.js imports dnd_player via ../../dnd_player/...

Made-with: Cursor
This commit is contained in:
Ivan Fontosh
2026-04-24 07:10:01 +08:00
parent d94a11d466
commit c9cad4dafd
10 changed files with 2 additions and 2163 deletions
+1 -2
View File
@@ -18,9 +18,8 @@ export default tseslint.config(
'node_modules/**',
'.cursor/**',
'scripts/**',
'tools/**',
'eslint.config.js',
// Plain ESM; shared with tools/project-converter (not parsed as TS project file).
// Plain ESM; shared with sibling ../project-converter (not parsed as TS project file).
'app/main/project/optimizeImageImport.lib.mjs',
'app/main/project/optimizeImageImport.lib.d.mts',
],