editorconfig-checker / editorconfig-checker/editorconfig-checker.javascript
Load correct binary at install time, not at first runtime
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 73
- Forks
- 15
- Avg merge
- 2d 16m
- Merged PRs (30d)
- 2
Description
Inspired by https://github.com/editorconfig-checker/editorconfig-checker.python/issues/15#issuecomment-881065431
We should aim for loading the binary after the package got installed and not when it first runs.
This would be possible via a `pre-commit` hook or something
Contributor guide
Assessment
This issue has not been assessed yet.