Teddy Katz
Teddy Katz
> If the goal is to hide our changes to the commit, wouldn't this make it unviable to append to the end of a commit? The nonce will appear in...
Sure, this seems reasonable to me. I don't have any strong opinions about what the options would be like -- maybe a list of required keys in options objects? I'm...
How would ordering be determined? For example, does `options: ['foo']` come before `options: ['foo', 'bar']`?
Sounds good to me. I don't think it's necessary to make the options alphabetical -- that seems like it could be confusing.
Seems reasonable. The reason I'm not sure about whether this rule is a good idea is because it seems like adding tests for a feature isn't necessarily something specific to...
Thanks for creating an issue. I think I've heard about people having problems with this in the past (also see: https://github.com/eslint/eslint/issues/10229), although I'm not sure what the cause was. Is...
Are you sure you're enabling the new rule you've created in your config file? It would be useful to see a bit more information about what happens to `noNewSnapshotsRule` after...
No, not sure what's going on, sorry.
Hi, thanks for creating an issue. Would it work to put the `mapDispatchToProps` check inside the `filterReports` call? Then you wouldn't need to have the separate `FunctionDeclaration` listener. ```js module.exports...
Hmm, that's strange. What version of git are you using? Are you using the Node.js script, or the bash script? It seems like the argument is interpreted as `issue9042^tree` rather...