mirror of
https://github.com/bolucat/Archive.git
synced 2025-09-26 20:21:35 +08:00
25 lines
525 B
Plaintext
25 lines
525 B
Plaintext
{
|
|
"singleQuote": true,
|
|
"printWidth": 260,
|
|
"semi": false,
|
|
"quoteProps": "as-needed",
|
|
"jsxSingleQuote": false,
|
|
"trailingComma": "none",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"arrowParens": "always",
|
|
"requirePragma": false,
|
|
"insertPragma": false,
|
|
"wrapAttributes": false,
|
|
"sortAttributes": true,
|
|
"proseWrap": "preserve",
|
|
"htmlWhitespaceSensitivity": "ignore",
|
|
"endOfLine": "lf",
|
|
"overrides": [
|
|
{
|
|
"files": ".prettierrc",
|
|
"options": { "parser": "json" }
|
|
}
|
|
]
|
|
}
|