mirror of
https://github.com/RealKai42/qwerty-learner.git
synced 2026-04-05 06:19:08 +08:00
16 lines
262 B
Plaintext
16 lines
262 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 140,
|
|
"bracketSpacing": true,
|
|
"semi": false,
|
|
"tabWidth": 2,
|
|
"jsxSingleQuote": false,
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": { "parser": "json" }
|
|
}
|
|
]
|
|
}
|