JounQin

Results 779 comments of JounQin

I think this can be closed in favor of https://github.com/prettier/eslint-plugin-prettier/pull/483

I think html compliant should be preferred like prettier core and we can adopt the core option.

My current workaround: ```ts import type { RuleObject } from 'antd/lib/form' import type { StoreValue } from 'antd/lib/form/interface' /** * @see https://github.com/react-component/field-form/issues/330 */ export type Validator = ( rule: RuleObject,...

@thatsmydoing Thanks for reproduction, that would make fixing easier. Or you can help to contribute by yourself!

> I made an attempt at #166 but I don't think it's possible to get to the previous level of performance with enhanced resolve. Thanks, that's why I notice to...

@thatsmydoing Can you help to try `v3.5.0`? And you can help to review https://github.com/import-js/eslint-import-resolver-typescript/pull/174/files#diff-a2a171449d862fe29692ce031981047d7ab755ae7f84c707aef80701b3ea0c80R145-R149.

@thatsmydoing Thanks for verifying, maybe https://github.com/import-js/eslint-import-resolver-typescript/issues/165 will help.

Yep, `references` is not supported yet, and PR welcome to add notice about it or implement this feature.

> This didn't seem to solve the problem for me. Any paths defined that are pointing to a reference still don't seem to work, but they work fine if I...

@psibean Thanks, but you need to provide a minimal but runnable reproduction so that we can help to debug.