Leon Si
Leon Si
Firstly, thanks for the amazing VSCode extension! I have an npm package `@leonzalion/configs` which contains a markdownlint.json file, and I'd like to add the following in my VSCode global user...
When importing the TypeScript interface `ChalkInstance` from `chalk`: ```typescript import { ChalkInstance } from "chalk"; ``` `eslint-plugin-unicorn` gives the following error: ``` /Users/leonzalion/projects/playground/chalk/test.ts 1:1 error Use default import for module...
### Describe the bug When using dynamic imports with `AsyncConstructor`: ```javascript export async function arrayUniqEval() { const fn = async function () {}.constructor( "const { default: arrayUniq } = await...
**Describe the bug** `@blocknote/react` doesn't work with React 19 RC as it uses React internals   **To Reproduce** **Misc** - Node version: 20.16.0 -...