mirror of
https://github.com/spacebarchat/server.git
synced 2026-04-09 08:05:40 +00:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
{
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"printWidth": 140,
|
|
"trailingComma": "none",
|
|
"pluginSearchDirs": ["./node_modules"],
|
|
"plugins": ["prettier-plugin-organize-imports"]
|
|
}
|