13 lines
284 B
Text
13 lines
284 B
Text
{
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"endOfLine": "auto",
|
|
"jsxBracketSameLine": false,
|
|
"printWidth": 80,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"tabWidth": 2,
|
|
"trailingComma": "all",
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|