Andrey Dolgorukiy
Andrey Dolgorukiy
If anyone's still having issues (I guess you do, because I did), this article helped: https://christopher.engineering/en/blog/lucide-icons-with-vite-dev-server/ So, basically we need to create alias in vite.config.ts (author uses solid, we use...
This is still happening to me with that config, please help ``` /** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{js,jsx,ts,tsx}"], theme: { extend: {}, }, plugins: [], }; ```...
> 1. Can you reproduce it with cli > 2. Did you try to reload vscode or restart vscode-eslint extension > 3. Why you think it's an issue from this...
> 1. You didnt answer my question > > closed accidentally. 1. Yes, it is reproducible with `nest new` command
`nest` is a cli for Nest.js, a Node framework. I've created a new node project with latest versions of packages and this config: ``` module.exports = { parser: '@typescript-eslint/parser', parserOptions:...
> Don't paste codes here, how to reproduce in your reproduction repo? Don't you have any errors when you open up the project and install dependencies?
> I need what commands to reproduce before involving. `npm i` is enough I guess
> `eslint.` next? Yep
Would be nice to have multiple themes. I could submit a PR if someone's alive
Hadn't noticed you were one of the contributors xD Can we also fix this one? https://github.com/rehype-pretty/rehype-pretty-code/issues/248