mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-30 16:43:37 +00:00
8 lines
157 B
JSON
8 lines
157 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|