Tyler Hall
Tyler Hall
I am working on putting together a PR for this. I think I have the impl, but now thinking about the best way to test. Gotta keep up that 💯...
Any view on this? I see that `standardx` allows for a similar thing, via the `eslintrc` file, but I think this would be a nice thing to have built into...
@jasonkarns correct, that was my idea. I configure effectively all of my other tooling using dedicated config files _except_ `standard` bc it currently doesn't support it. I could _technically_ just...
It looks like #213 fixes those failing tests that are also failing on master. Perhaps, when that PR is merged, this and #214 can be rebased onto that. 👍
Thanks for the followup @Divlo . I can rebase and fix the conflicts. Though I need to make some changes to compliment #214 w.r.t @jasonkarns comment. Looks like cosmiconfig doesn't...
@Divlo I was able to figure out how to fallback to XDG config base dir without the PR to cosmiconfig. Though I probably will still try to PR there. Basically...
I fixed the `standard` style, and added a section to the README. Let me know if any changes are needed.
Hmm, looks like the test for XDG is failing on CI. The tests work on my local, so this is odd. 🤔
I wasn't clearing the require cache properly in the test, but it was using my own `XDG_CONFIG_HOME` so still passing 😅 . Should be fixed now!
I ran into this when transitioning from workspaces and `yarn` -> `npm@6`. With `yarn`, I originally had `useWorkspaces` set to `true` in my `lerna.json`, which I believe tells lerna to...