mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 06:19:08 +08:00
17 lines
308 B
Plaintext
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"]
|
|
}
|