Dany Castillo

Results 96 comments of Dany Castillo

Some context in comments from previous PR: https://github.com/dcastil/tailwind-merge/pull/409

I need to wait for - https://github.com/import-js/eslint-plugin-import/issues/2948

There is a fork https://www.npmjs.com/package/eslint-plugin-import-x that I could use instead of eslint-plugin-import mentioned in https://github.com/import-js/eslint-plugin-import/issues/2948#issuecomment-2119214365.

I should add https://github.com/vitest-dev/eslint-plugin-vitest when I upgrade to ESLint v9 as well.

ESLint v8 reaches EOL on 05.10.2024: https://eslint.org/blog/2024/09/eslint-v8-eol-version-support/

Hey @quantizor, thanks for optimizing the runtime! Just took a brief look at the diff and I think it would be good to split this into multiple PRs so I...

Just noting here: Size of total ESM bundle increased from 6.68 kB to 6.96 kB minified + Brotli-compressed which is a 4.2% increase. I think this is fine for the...

Hey @hymhub! 👋 Thanks for your patience, just came back from a vacation. tailwind-merge doesn't have access to the tailwind.config.ts file and you need to configure it separately so it...

Closing this as stale. Let me know if the issue isn't resolved yet and I'll reopen.

@IEdiong I typically use ESLint to do that, more specifically the [no-restricted-imports](https://eslint.org/docs/latest/rules/no-restricted-imports) rule. This is my config for it: ```json { "rules": { "no-restricted-imports": [ "error", { "paths": [ {...