Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikededo/eslint-plugin-svelte-tailwindcss

ESLint plugin to enforce consistency into Svelte projects that use TailwindCSS.
https://github.com/mikededo/eslint-plugin-svelte-tailwindcss

eslint eslint-plugin svelte tailwindcss

Last synced: about 1 month ago
JSON representation

ESLint plugin to enforce consistency into Svelte projects that use TailwindCSS.

Awesome Lists containing this project

README

        

![Logo](.github/logo.png)

An ESLint plugin for enforcing rules and ensuring consistency in Tailwind CSS.
This project is similar to [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss),
but since that plugin does not provide direct support for Svelte, this project
was created to fill the gap.

## Attributions

This plugin is heavily inspired by:

- [eslint-plugin-svelte](https://github.com/sveltejs/eslint-plugin-svelte)
- [eslint-plugin-tailwindcss](https://github.com/francoismassart/eslint-plugin-tailwindcss)
- [eslint-plugin-antfu](https://github.com/antfu/eslint-plugin-antfu)

Be sure to check them out if you're looking for more information or related functionality!