mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-15 19:51:20 +08:00
10 lines
226 B
Plaintext
10 lines
226 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"overrides": [
|
|
{ "files": ".prettierrc", "options": { "parser": "json" } },
|
|
{ "files": ".lintstagedrc", "options": { "parser": "json" } }
|
|
]
|
|
}
|