goploy/web/.prettierrc.json
2021-05-27 17:05:57 +08:00

7 lines
115 B
JSON

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