Files
NotionNext/.prettierrc.json
tangly1024 dfc0f645d4 Code🤣
2021-09-27 09:33:21 +08:00

7 lines
96 B
JSON

{
"singleQuote": true,
"semi": false,
"trailingComma": "none",
"arrowParens": "avoid"
}