mirror of https://github.com/jetkvm/kvm.git
14 lines
307 B
Plaintext
14 lines
307 B
Plaintext
{
|
|
"trailingComma": "all",
|
|
"tabWidth": 2,
|
|
"semi": true,
|
|
"useTabs": false,
|
|
"arrowParens": "avoid",
|
|
"singleQuote": false,
|
|
"plugins": ["prettier-plugin-tailwindcss"],
|
|
"tailwindFunctions": ["clsx", "cx"],
|
|
"printWidth": 100,
|
|
"max_line_length": 100,
|
|
"tailwindStylesheet": "./src/index.css"
|
|
}
|