Arya Emami

Results 23 comments of Arya Emami

@t1mmen Just checking back, did you try to set `resolve.modules` to `["node_modules"]` instead of `["node_modules", "src"]` to see if it fixes the issue?

@mmkal Thank you! I'm gonna make sure this is non-breaking, if it turns out it has to be a breaking change, then I might just make a new assertion instead.

BTW I haven't forgotten about this, I'm just in the middle of moving. As soon as I'm done I will make sure to finish this.

@cany748 I had to research it to make sure it doesn't create import side effects. But it seems like you were right, it does what I wanted `tsx` to do...

@aladdin-add > it should be possible to use ts config in the current config. The easiest way I can think of is to use `--config` and `--loader`, something like: >...

@aladdin-add > I mean flat config (which is the default in eslint v9). If you are using eslint v8, the default is eslintrc, and you need to specify `ESLINT_USE_FLAT_CONFIG=true` That...

@nzakas > I agree with @aladdin-add -- I think we're now at the point where it makes sense to put together an RFC discussing the design with the potential alternatives....

RFC has been submitted: https://github.com/eslint/rfcs/pull/117