framework/extensions/emoji/js/.prettierrc.json
David Wheatley e681d3eb00 Format with prettier, bump deps (#37)
General repo maintenance
2021-07-10 21:39:20 +01:00

7 lines
90 B
JSON

{
"printWidth": 150,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}