Phillip Huang
Phillip Huang
I take it that the underlying issue is being tracked here: https://github.com/microsoft/vscode/issues/232480 Asking the VSCode team to chime in so we can understand the problem is great, but has the...
Has anyone managed to get this plugin to work on a TypeScript project using FlatCompat?
Why does tsc matter here? The rules to resolve the imports are defined in package.json.
Did this get implemented? If so, which release contains it?
I'm also interested in this, although I don't see a good way of reconciling Zod with isolated declarations since the whole point of Zod is that it will automatically keep...
@bradzacher Thanks for the response! I did suspect that linting `node_modules` is incorrect, but I have a config object in my `eslint.config.js` that ignores `node_modules/**`. Where else do I have...
Fair enough, thanks for your help. I'll work on getting a minimal repro for the node_modules issue. Looking forward to v8!
My issue has something to do with code that imports from `date-fns`. I'm not sure why ESLint is parsing those files because they should be ignored, but it also shouldn't...
@bradzacher right on the money! Turning off `import/no-named-as-default` fixed the issue. Thanks for your help and patience.
@epoberezkin would you consider adding an option to optimize codegen assuming all schemas are trusted? For context, I work on a codebase with hundreds of jtd schemas. We chose to...