goploy/web+/.prettierrc.json
2021-05-14 20:35:22 +08:00

7 lines
115 B
JSON

{
"semi": false,
"singleQuote": true,
"endOfLine": "auto",
"@typescript-eslint/no-explicit-any": ["off"]
}