frequi_origin/.prettierrc.json

7 lines
120 B
JSON
Raw Normal View History

2020-05-04 04:50:09 +00:00
{
"printWidth": 100,
"singleQuote": true,
"trailingComma": "all",
2020-05-18 18:49:30 +00:00
"files": "./src/**/*.{js,vue,json}"
2020-05-04 04:50:09 +00:00
}