editorconfig-checker / editorconfig-checker.javascript

A tool to verify that your files are in harmony with your .editorconfig
https://editorconfig-checker.github.io/
MIT License
71 stars 10 forks source link

Load correct binary at install time, not at first runtime #292

Open mstruebing opened 3 years ago

mstruebing commented 3 years ago

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