sindresorhus/eslint-plugin-unicorn

Export exact types/schema

Closed

#2,408 opened on Jul 25, 2024

 (0 comments) (0 reactions) (0 assignees)JavaScript (468 forks)user submission
enhancementhelp wanted

Repository metrics

Stars
 (5,022 stars)
PR merge metrics
 (Avg merge 1d 16h) (399 merged PRs in 30d)

Description

The PR (v55) silenced type issues when importing the plugin, but it does not actually enforce a valid configuration nor helps auto-completion in the IDE.

I think ESLint itself will validate the config on run, but IDE users are still left out.

Contributor guide