Files
broswer-automation/.prettierrc.json
nasir@endelospay.com d97cad1736 first commit
2025-08-12 02:54:17 +05:00

10 lines
171 B
JSON

{
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"printWidth": 100,
"endOfLine": "auto",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "strict"
}