mirror of
https://github.com/skidoodle/albert.lol.git
synced 2025-02-15 06:09:15 +01:00
7 lines
No EOL
191 B
JavaScript
7 lines
No EOL
191 B
JavaScript
/** @type {import('prettier').Config & import('prettier-plugin-tailwindcss').PluginOptions} */
|
|
const config = {
|
|
plugins: ['prettier-plugin-tailwindcss'],
|
|
}
|
|
|
|
export default config
|
|
|