Files
qwerty-learner/.prettierrc

17 lines
308 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"]
}