2022-02-03 16:06:44 +00:00
|
|
|
{
|
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "all",
|
2022-05-21 07:23:55 +00:00
|
|
|
"printWidth": 120,
|
2023-06-16 19:54:17 +00:00
|
|
|
"semi": true,
|
2023-09-04 19:45:59 +00:00
|
|
|
"organizeImportsSkipDestructiveCodeActions": true,
|
|
|
|
"plugins": ["prettier-plugin-organize-imports"]
|
2022-02-03 16:06:44 +00:00
|
|
|
}
|