add web demo
This commit is contained in:
8
apps/web/prettier.config.js
Normal file
8
apps/web/prettier.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
bracketSpacing: true,
|
||||
semi: true,
|
||||
trailingComma: "all",
|
||||
printWidth: 80,
|
||||
tabWidth: 2,
|
||||
plugins: [require("prettier-plugin-tailwindcss")],
|
||||
};
|
Reference in New Issue
Block a user