poker-chips-helper/.prettierrc
2025-02-07 20:27:03 -08:00

8 lines
116 B
Plaintext

{
"singleQuote": false,
"trailingComma": "es5",
"arrowParens": "always",
"semi": true,
"printWidth": 80
}