Files
flyer-crawler.projectium.com/.prettierrc
Torben Sorensen 3db6a067fc
Some checks failed
Deploy to Test Environment / deploy-to-test (push) Failing after 1m53s
fix no failing on typescript errors in deploy
2025-12-21 22:35:03 -08:00

9 lines
148 B
Plaintext

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