Description
The current editorconfig-checker JavaScript wrapper is essentially just a script that downloads the binary from GitHub, but it runs on every lint. Under poor network conditions—or if the user is rate-limited by GitHub—this leads to a poor developer experience.
Describe the solution you'd like
I suggest distributing the EditorConfig binary via npm—many tools like tsgo, prek, and rumdl follow this approach.
Describe alternatives you've considered
None
Description
The current editorconfig-checker JavaScript wrapper is essentially just a script that downloads the binary from GitHub, but it runs on every lint. Under poor network conditions—or if the user is rate-limited by GitHub—this leads to a poor developer experience.
Describe the solution you'd like
I suggest distributing the EditorConfig binary via npm—many tools like tsgo, prek, and rumdl follow this approach.
Describe alternatives you've considered
None