schoero / eslint-plugin-readable-tailwind

ESLint plugin to automatically break up long tailwind class strings into multiple lines for better readability.
MIT License
63 stars 3 forks source link

fix: remove unnecessary plugin import in shared config #44

Closed schoero closed 1 month ago

schoero commented 1 month ago

Removes plugin definition in shared config which throws an error when used in flat config. The plugin definition is actually not necessary in the config as the plugin must already be included to be able to use the config.

fixes #41