mirror of
https://github.com/Nezumi-2711/onedrive-vercel-index.git
synced 2026-09-22 13:38:45 +00:00
formatting tailwind classes with prettier
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
printWidth: 120,
|
||||
arrowParens: "avoid",
|
||||
singleQuote: true,
|
||||
semi: false,
|
||||
plugins: [
|
||||
require('prettier-plugin-tailwindcss')
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user