Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mikededo/eslint-plugin-svelte-tailwindcss
- Owner: mikededo
- Created: 2024-11-18T09:38:53.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-25T17:18:59.000Z (about 1 month ago)
- Last Synced: 2024-11-25T17:24:18.186Z (about 1 month ago)
- Topics: eslint, eslint-plugin, svelte, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 1.38 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!