irclib/.prettierrc

7 lines
85 B
Plaintext

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