Frederic Barthelemy
Frederic Barthelemy
A short-term fix to lock prettyjson to a non-corrupt version of colors.js was shipped in #54 :tada: Great work! *Open Question:* What's the longterm plan? I use `prettyjson`/`colors` only as...
This PR migrates prettyjson from `colors` to [`chalk`](https://github.com/chalk/chalk) - Related: #57 #54 This **breaks** support for the following "colors": - rainbow - zebra - america - trap - random -...
I have 2 sets of graphql files that apply to different schemas. These are distinguished via different extensions (something like): `Foo.apiOne.graphql` `Bar.apiTwo.graphql`. I'd like to configure the ESLint for graphql-literal...
I enabled this plugin today, and when I run eslint, I get the following warning on the console: ``` { parser: "babylon" } is deprecated; we now treat it as...
We don't track or collect our user's age in our Product. Our product is only for adults. As a result we have no "sane" value to Set Age with. The...
We went to babel7 a while ago, but we're just starting to use FunctionalComponents much more heavily, and as a result we're starting to see more `` in our component...
I think we also would need to patch the code that filters comments, but maybe that's worth it? Reference: https://probot.github.io/docs/deployment/#github-actions -- thoughts? Alternatively, I could run this on my own,...
It'd be great if you could configure a hook into the plugin so that once the package.json is generated, that you could inject or otherwise adjust details about the exposed...
### Description In order to minimize "it works on my machine" type errors, we have a policy of not globally installing helper tools. We use NVM to ensure our node-version...
### Self-service - [x] I'd be willing to implement a fix ### Describe the bug We have standards for our package.json files in our monorepo. We have a tool that...