mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 02:54:37 +00:00
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"trailingComma": "es5",
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|