blob: eb53667d4154cf0cbbb1bef2229f9adec98a3ffb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"arrowParens": "avoid",
"bracketSpacing": true,
"endOfLine": "auto",
"jsxBracketSameLine": false,
"printWidth": 80,
"semi": false,
"singleQuote": true,
"jsxSingleQuote": true,
"tabWidth": 2,
"trailingComma": "all",
"plugins": ["prettier-plugin-tailwindcss"]
}
|