17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"printWidth": 100,
|
|
"plugins": [
|
|
"prettier-plugin-tailwindcss"
|
|
]
|
|
}
|