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:
+1
-2
@@ -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',
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user