mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 02:12:40 +01: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"]
|
|
}
|