9 lines
257 B
Plaintext
9 lines
257 B
Plaintext
|
{
|
||
|
"printWidth": 120,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "all",
|
||
|
"proseWrap": "never",
|
||
|
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
|
||
|
"plugins": ["prettier-plugin-organize-imports", "prettier-plugin-packagejson"]
|
||
|
}
|