Jean-Philippe Green

Results 8 comments of Jean-Philippe Green

@pokoli That doesn't seem very relevant at all. ES6 modules are part of modern javascript, they have nothing to do with typescript. The `import` and `export` keywords are now native...

@pokoli Thank you for reopening it :) Yes, making it a part of a major release seems reasonable. I have quite a lot at work right now, but I might...

@barsikus007 I have the same issue. For now I'm using eslint-plugin-simple-import-sort instead, which seems to work better with this vscode plugin.

@barsikus007 Another solution might be to use the Prettier and ESLint vscode plugins instead of this one and have this configuration in settings.json: ``` "editor.defaultFormatter": "esbenp.prettier-vscode", "[javascript][typescript][json]": { "editor.codeActionsOnSave": {...

> > @barsikus007 Another solution might be to use the Prettier and ESLint vscode plugins instead of this one and have this configuration in settings.json: > > ``` > >...

New commits were made 2 weeks ago and version bumped to 14.0.8. Can we close this issue now or is there still a reason to believe the project is basically...

> but in code it is string By that, do you mean that the runtime type is string? I also thought this used to work, but I'm doubting my memory......

I got this error with the update to Angular 20. I solved it by downgrading to 20.1.*: ``` npm i -D angular-eslint@~20.1.0 ``` @JamesHenry Will you please take a look...