mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 18:23:50 +00:00
8 lines
181 B
JSON
8 lines
181 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/prettierrc",
|
|
"printWidth": 100,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"files": "./src/**/*.{ts,js,vue,json}"
|
|
}
|