mirror of
https://github.com/opus-tango/webapp-template.git
synced 2026-03-20 12:05:21 +00:00
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
{
|
|
"semi": false,
|
|
"trailingComma": "all",
|
|
"singleQuote": true,
|
|
"printWidth": 80,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"plugins": [
|
|
"prettier-plugin-tailwindcss"
|
|
]
|
|
} |