goploy/web/.prettierrc.json

7 lines
115 B
JSON
Raw Normal View History

2021-05-14 20:35:22 +08:00
{
"semi": false,
"singleQuote": true,
"endOfLine": "auto",
"@typescript-eslint/no-explicit-any": ["off"]
}