update prettier config
This commit is contained in:
+4
-3
@@ -1,10 +1,11 @@
|
||||
{
|
||||
"endOfLine": "lf",
|
||||
"arrowParens": "always",
|
||||
"printWidth": 120,
|
||||
"quoteProps": "consistent",
|
||||
"semi": false,
|
||||
"singleQuote": false,
|
||||
"singleQuote": true,
|
||||
"tabWidth": 2,
|
||||
"trailingComma": "es5",
|
||||
"printWidth": 80,
|
||||
"plugins": ["prettier-plugin-tailwindcss"],
|
||||
"tailwindStylesheet": "src/index.css",
|
||||
"tailwindFunctions": ["cn", "cva"]
|
||||
|
||||
Reference in New Issue
Block a user