WebHooker/.prettierrc
2026-07-24 21:48:50 +08:00

8 lines
134 B
Text

{
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always"
}