mirror of https://github.com/buster-so/buster.git
11 lines
210 B
JSON
11 lines
210 B
JSON
|
{
|
||
|
"semi": true,
|
||
|
"tabWidth": 2,
|
||
|
"printWidth": 100,
|
||
|
"singleQuote": true,
|
||
|
"jsxBracketSameLine": true,
|
||
|
"bracketSameLine": true,
|
||
|
"plugins": ["prettier-plugin-tailwindcss"],
|
||
|
"trailingComma": "none"
|
||
|
}
|