sveltejs / eslint-plugin-svelte3

An ESLint plugin for Svelte v3 components.
MIT License
373 stars 43 forks source link

Incompatible plugin: eslint-plugin-tailwindcss #200

Open jrouleau opened 1 year ago

jrouleau commented 1 year ago

Rules from eslint-plugin-tailwindcss are not processed for .svelte files when using processor: 'svelte3/svelte3'.

There is a closed issue https://github.com/francoismassart/eslint-plugin-tailwindcss/issues/72 where the developer recommends using processor: '@angular-eslint/template-parser' instead, but naturally, that means losing the features of this processor.