jednano / eclint

Validate or fix code that doesn't adhere to EditorConfig settings or infer settings from existing code.
MIT License
305 stars 28 forks source link

Feature request: pre-commit hook #203

Open goodspark opened 4 years ago

goodspark commented 4 years ago

It'd be nice if this was provided as a pre-commit hook so that people can easily integrate it into their local and CI runs.

https://pre-commit.com/#new-hooks

jednano commented 4 years ago

Have you tried husky or lint-staged?