jednano / eclint

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

Automatically run on all files in current directory #46

Closed fregante closed 7 years ago

fregante commented 7 years ago

I think eclint should automatically run on all non-binary non-vendor files is finds in the current directory

$ eclint check

should equal to something like

$ eclint check '**/*.*' '!node_modules/**/*.*'

coupled with #45 this would make eclint a config-free tool like xo for example

gucong3000 commented 7 years ago

@bfred-it fixed in master branch.

gucong3000 commented 7 years ago

@jedmao Should we release of a beta version first?

jednano commented 7 years ago

@gucong3000 I can't actually build master right now because https://github.com/DefinitelyTyped/DefinitelyTyped/pull/14996 isn't yet published. Just waiting on that is all.