Bryan Mishkin

Results 359 comments of Bryan Mishkin

Yep this is annoying, I have been ignoring the failure and merging PRs still, would appreciate any fix to this.

That doesn't look a problem with generator-eslint. I'm guessing you'll get the same error when you just type `yo` by itself. Does updating to the latest version help? `npm i...

As I suspected, it looks like this is a general yo issue and the Mac OS beta you're on: https://github.com/yeoman/yo/issues/753

I agree with pretty much all of that. I follow the [Ember blueprint](https://github.com/ember-cli/ember-cli/blob/master/blueprints/app/files/package.json), which demonstrates a functional setup for running multiple lint/test scripts in parallel: ``` "build": "ember build --environment=production",...

@mdjermanovic Oh, I didn't notice that the Ember blueprint `test` script was running both `lint` and `test`. I guess that's the convention then so I'm fine either way. It's just...

Thanks for reviewing. Are there any areas to discuss/elaborate on before I start writing an RFC? Note: I updated the output format to match that of the `TIMING` environment variable.

I still plan to work on this hopefully in the near future.

@mdjermanovic good call out. If I had to choose one, my guess is that actual suppressions are more important to analyze than just the disable directives. But I could see...

Very much in favor of using an automatic dependency updater. I do like Renovate, although [Dependabot](https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot) has become my default automatic dependency updater since GitHub acquired and integrated it. Any...

@nzakas my proposal is currently only referring to changing the default of the `reportUnusedDisableDirectives` config option, and not the `--report-unused-disable-directives` CLI option. I limited it to the config option which...