Jed

Results 232 comments of Jed

The more I think about this feature, the more I feel like YML would be a better file format, and that does have a spec! Also, it's language agnostic.

@cirosantilli are you trying to enforce all team members have the same F-keys for compile, etc.? As a developer, that seems rather invasive to me. I don't want you fudging...

@rhessinger it's been discussed and the main concern is that sometimes we are forced to work in unfortunate environments where the team doesn't want you to "fix" the indentation on...

I don't see how this is possible for the `indent_size` rule unless the specific languages can be parsed into AST. So, for JavaScript, [Code Painter](https://github.com/jedhunsaker/codepainter) is a solution, but for...

After all the work on Code Painter, I've actually wanted to start anew, from scratch, and change the way it works to be more language agnostic, with JavaScript as a...

I don't see why not; though, ECLint is one of those projects that seemed like a good idea at the time, but now I regret creating it. Only because it's...

This wasn't an oversight. I thought it was a bit of a silly rule, but preserved it because of the existing tests that were mentioned above.

Oh, right. I think that @florianb and I agreed that that particular rule wasn’t ideal, but we should probably have had the spec align with current implementations.

Are you saying that removing the plugin gets rid of the memory leak?

And now this one: [`bem-join`](https://github.com/jedmao/bem-join).