editorconfig-checker.javascript
editorconfig-checker.javascript copied to clipboard
Load correct binary at install time, not at first runtime
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