16 lines
343 B
JSON
16 lines
343 B
JSON
{
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"singleQuote": false,
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"quoteProps": "as-needed",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "lf",
|
|
"embeddedLanguageFormatting": "auto",
|
|
"plugins": ["prettier-plugin-tailwindcss"]
|
|
}
|