Sebastian Sebald

Results 5 comments of Sebastian Sebald

Not an Angular developer, but rather node + TS. Still @thekip saved me a lot of headache with his 3. tip! 😍 Just here to say thank you!

@hassankhan if you have any problems with the changes in the PR let my know, so I can update it! 🙂

@nbouvrette Thanks for the fix. After that everything works fine, but we get a warning from typescript after adding the plugin. ``` warn - ../node_modules/.pnpm/[email protected]/node_modules/typescript/lib/typescript.js Critical dependency: the request of...

@krutoo ran into the same issues and guessed it is caused by the conversion to older JS syntax. We could fix these false-positives by targeting a newer ES version. ```...

Of course! Here you go: https://github.com/sebald/eslint-plugin-monorepo-typescript I noticed that I haven't mentioned that we are using `@typescript-eslint`. Sorry about that ☚ī¸ I guess this is an incompatibility with the plugin?