Logicer

Results 16 comments of Logicer

~Currently waiting on a new release of `got`. See sindresorhus/got#1466~ Just noticed `[email protected]` uses the patched version of `normalize-url`. I'll open a pr.

`trim-newlines` is a dependency of `meow` and was reported in #672. It should be fixed with #675. For `glob-parent` though, by looking at your `npm audit` output, it looks like...

> did/does brew update --force successfully migrate these? The issue is still there. > why are you running `brew migrate` manually I'm getting messages like: ```console % brew info google-chrome-canary...

@bradzacher Sorry, should've explained myself before I submitted the pr. 😅 I've updated the description to include an explanation. Let me know if anything is unclear.

> Most eslint parsers don't provide TS types I thought Of the 10 popular parsers I've sampled, all but `@html-eslint/parser` provide types. `eslint-mdx` and `@graphql-eslint/eslint-plugin` use the `@types/eslint` types for...

> some of the APIs accept estree nodes, some accept more generic ones. Others are expliclty typed to return estree nodes too The unique thing about ESTree nodes is that...

> the entire scope manager bit of the ESLint is wrong too in this case > that is a massive undertaking and would require much testing You've raised some good...

@24601 Would you mild quickly rebasing this so it can be merged

> that doesn't change with the new flat config format As the new flat config format requires users to import plugins and their configs themselves, plugins can now be type...