Files
flyer-crawler.projectium.com/.prettierrc
2025-12-23 17:57:32 -08:00

10 lines
149 B
Plaintext

{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"endOfLine": "auto"
}