Closed fregante closed 7 years ago
/cc @jedmao
The EditorConfig js core is one of many cores and should be the one responsible for handling this request. I think this issue would be best requested in the general EditorConfig issue tracker so that all cores would ignore binary files, if accepted. Until then, i don't think this is an eclint concern.
Reopening in response to https://github.com/editorconfig/editorconfig-core-js/issues/42#issuecomment-273396875. Willing to accept a PR, but I'm not really maintaining this project any more these days.
@bfred-it fixed in master branch.
Excellent! Thank you 🙂
I haven't released what's on master yet though. I'm waiting for https://github.com/DefinitelyTyped/DefinitelyTyped/pull/14996.
The type def has landed!
If I were to run
eclint runs on all binary files, but these should be ignored, perhaps using
is-binary-path
as a blacklist oris-text-path
as a whitelist