2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-12 13:50:12 +02:00
socketio-jwt/.prettierrc.json
2022-02-18 17:20:59 +01:00

7 lines
96 B
JSON

{
"singleQuote": true,
"jsxSingleQuote": true,
"semi": false,
"trailingComma": "none"
}