Files
blackroad-os-pitstop-repo/.prettierrc
Alexa Louise afa0198f25 Add standard NPM automation
- Prettier for code formatting
- ESLint for linting
- Standard configuration files

🤖 Generated with Claude Code
2025-12-28 22:16:01 -06:00

7 lines
85 B
Plaintext

{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}