websocket-chat / .prettierrc
harsh-dev's picture
Add application file
a7476ec unverified
raw
history blame contribute delete
94 Bytes
{
"singleQuote": true,
"semi": false,
"tabWidth": 4,
"trailingComma": "es5"
}