10 lines
182 B
JSON
10 lines
182 B
JSON
|
{
|
||
|
"trailingComma": "es5",
|
||
|
"semi": true,
|
||
|
"tabWidth": 2,
|
||
|
"singleQuote": true,
|
||
|
"jsxSingleQuote": true,
|
||
|
"plugins": [
|
||
|
"prettier-plugin-tailwindcss"
|
||
|
]
|
||
|
}
|