style: tailwind classname sorting (#1169)
This commit is contained in:
7
packages/web/prettier.config.js
Normal file
7
packages/web/prettier.config.js
Normal file
@@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
singleQuote: true,
|
||||
trailingComma: 'all',
|
||||
printWidth: 120,
|
||||
semi: false,
|
||||
plugins: [require('prettier-plugin-tailwindcss')],
|
||||
}
|
||||
Reference in New Issue
Block a user