Ben Asher

Results 142 comments of Ben Asher

The expectation is you would change the import to: `import { Ajv } from 'ajv';`

👍 can you try with this PR and the named import I suggested? I don't expect that #2365 will ship, at this point.

@flowluap I'm not sure what you're doing, but if I pull master, run `npm i`, then `npm run build`, then `npm run pack`, I get a usable package. From there,...

This works fine for me with ajv-formats 3.01 and ajv 8.13.0. Can you please post a reproduction? ```typescript import { Ajv } from "ajv"; import addFormats from "ajv-formats"; addFormats.default(new Ajv());...

> [#5468 (comment)](https://github.com/typescript-eslint/typescript-eslint/issues/5468#issuecomment-1278274384) was marked as off topic, but I'm re-posting because it is a valid short term solution if you're blocked. From the initial example, instead of this: >...

Hi! I have no merge privileges in this repo, unfortunately

I dont, sorry! I would recommend using something like patch-package or yarn patch, if you're on yarn 2+ to unblock your local project with this change, for the time being.

Also would it be possible to reopen the issues tab? I think closing all issues and declaring issue bankruptcy would be preferable to just blocking all issues