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