Jed

Results 153 comments of Jed

I was having the same issue on Windows 10, Node 11, but I just upgrade to Node 12.2.0 / npm 6.9.0 and the problem went away. Hope this helps someone!

It appears this repo is a bit ancient, but I do have this branch working locally and loving it!

`›report.txt`? The whole point of it going to stout is that you can pipe it to a file or wherever you want.

Have you considered using [Prettier](https://prettier.io/)? It's what I use nowadays.

Have you tried husky or lint-staged?

It's actually not at all about time. @apple does come with some obvious legal implications, but even if that weren't the case, I have zero passion in this project, because...

There's not necessarily just one `.editorconfig` file. Could be multiple that end up combining into the config for a particular file.

Go to EditorConfig.org and you’ll see `root=true` is the first declaration of the example file. You can read the specification for more info.

Some interest? He's an [EditorConfig board member](https://github.com/orgs/editorconfig/people)! 😄 I also agree that this feature should be implemented. It's something that Prettier does as well.

Why not just run Prettier on the generated file? It also comes with EditorConfig support.