Kevin Suttle

Results 93 comments of Kevin Suttle

@aulisius I did ✋ and got the same result. .babelc remains unchanged. I wonder if it's a permissions thing? In the meantime, is there a tool like @hzoo mentioned for...

Mine's a monorepo, but it also didn't upgrade the `.babelrc` in the root.

I counted 15 package.jsons in my current repo 🤣

I'm not sure I would know until I saw it in action. Maybe I should leverage https://developer.mozilla.org/en-US/docs/Navigation_timing on the client instead, but I don't know if that's battling the same...

Yeah, we can try `req.elapsedTime`.

So, instead of having a separate [.eslintrc](http://eslint.org/docs/user-guide/configuring#configuration-file-formats) file, there are defined presets that can be leveraged via custom configuration objects in package.json, [like Gemfile, requirements.txt, etc., but for JS]. Example...

:point_up: Yep. That's exactly the problem I'm hoping to solve.

Done. :octocat: https://github.com/editorconfig/editorconfig-core-js/issues/31

@sindresorhus I'm all for consolidation. What about a global in `~/.config/editorconfig`?

Ah, I did not know that. I was thinking more of the global `~/.gitignore` and `~/.npmrc` so an `.editorconfig` file doesn't _have_ to be present in every repo. But I...