eslint-plugin-svelte3
eslint-plugin-svelte3 copied to clipboard
Incompatible plugin: eslint-plugin-tailwindcss
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.