Andrew Powell

Results 568 comments of Andrew Powell

![thanks!](https://i.imgur.com/BrUW1rG.jpg)

Good eye. Those are because we're still on the lockfile format from pnpm v6.34.0. I have it on my list to update that, but haven't gotten around to it yet....

Looks like you might need to run `pnpm lint`

You're going down the rabbit hole now. There may be a version conflict between the version of eslint installed for the repo, and the version installed for the rollup eslint...

Yeah I'll get that updated. It's about time anyhow

Turns out my editor has a plugin that doesn't support ESLint v8 so I'm working on fixing that now. Then I'll get our eslint config updated, update master, and then...

Updating ESLint nuked my editor (Atom) ability to format on the fly, so now I'm trying to fix an abandoned prettier-atom plugin lol. Rabbit hole.

Tried to fix the config issues in your fork, but it's going to require a master branch fix. Will keep you posted.

I ran into a major hurdle with my editor (Atom. I know, I know) and the linter plugins and ESLint v8 that I'm still trying to resolve. Planning on getting...

OK got everything working. Now, it gets dicey how this has to happen. Because of the hoisting of ESLint, we need to update the dependency _only_ on the eslint rollup...