frequi_origin/.prettierrc.json

8 lines
181 B
JSON
Raw Permalink Normal View History

2020-05-04 04:50:09 +00:00
{
2023-04-13 05:08:39 +00:00
"$schema": "https://json.schemastore.org/prettierrc",
2020-05-04 04:50:09 +00:00
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
2023-04-13 05:08:39 +00:00
"files": "./src/**/*.{ts,js,vue,json}"
2020-05-04 04:50:09 +00:00
}