816d040d81
* fix: use prettier extension * chore: format fix
8 lines
193 B
Text
8 lines
193 B
Text
{
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"printWidth": 120,
|
|
"semi": true,
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
|
"plugins": ["prettier-plugin-organize-imports"]
|
|
}
|