mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-23 03:25:15 +00:00
Enhance prettier config
This commit is contained in:
parent
9e79efb058
commit
c06fe4f501
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/prettierrc",
|
||||
"printWidth": 100,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "all",
|
||||
"files": "./src/**/*.{js,vue,json}"
|
||||
"files": "./src/**/*.{ts,js,vue,json}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user