Files
qwerty-learner/.prettierrc
2023-04-19 16:57:50 +08:00

17 lines
349 B
Plaintext

{
"singleQuote": true,
"trailingComma": "all",
"printWidth": 140,
"bracketSpacing": true,
"semi": false,
"tabWidth": 2,
"jsxSingleQuote": false,
"overrides": [
{
"files": ".prettierrc",
"options": { "parser": "json" }
}
],
"plugins": ["prettier-plugin-tailwindcss", "@trivago/prettier-plugin-sort-imports"]
}