Open park-jemin opened 11 months ago
Thank you @park-jemin. Sorry for taking so long to respond. It is a challenge to support all of the many ways people could construct their configs. I tried to add support for the things I felt were a cross between easy to support and most likely to be used. This did not make the cut. Mostly because a function could be written in so many different ways to return valid or invalid config options. I am not that available at the moment, but if you can, please contribute to the code. I am willing to review and PR that comes my way.
Thank you
Seems the extension is unable to detect uniqueness when passing options from a function. There are a lot of cases where a custom function might be built to generate rules.
For example, per
@typescript-eslint
's recommendation onimport/extensions
:However, this gets flagged with the error
options must have all unique items