Mackie Underdown
Mackie Underdown
It looks like a foundation for this was started in #376. I would personally like a `bracket_spacing` rule in my project, so I'd be glad to take a stab at...
@swang awesome, I'll still gladly give it a shot! I'll put up a PR for `brackets_spacing` by the end of this coming weekend. Would it also make sense to have...
I originally thought these changes would just take some abstracting of the `braces_spacing` rule, but it's a little bit more complicated than that, at least with my understanding of Coffeescript....
Sorry about not calling out the possibility of a breaking change in #20 - was an oversight at the time. @dgraham let me know if I can help with anything...
Not a maintainer of this plugin, but I think this would be a good idea. I wonder if this would be a use case for using ESLint's [shared settings](https://eslint.org/docs/user-guide/configuring#adding-shared-settings) so...
The hard part about this rule is how to configure it and what the default options are. With the addition of the `messageId` property, it doesn't necessarily make sense to...
I ran into this today and want to jot down some info about part of this issue. My default shell is `/bin/zsh` on MacOS 10.14.6, but I also notice that...
This seems like a very difficult thing to detect with ESLint and seems like a type checker like Flow or TypeScript, since it would be hard to analyze the variable...
I think this would be cool too, and I'm wondering if an approach like this (https://github.com/octokit/rest.js/issues/509#issuecomment-370764629) could be helpful?
👋 I would love to help figure out how this Probot app can support multiple linters, as I would like to be able to use ESLint for linting a pull...