add prettier config for consistency

This commit is contained in:
Nils Norman Haukås 2019-04-17 10:36:30 +02:00
parent f020d0bc7b
commit 5cc772c48b
No known key found for this signature in database
GPG key ID: BB8DD87F83E1359E

6
prettier.config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
"trailingComma": "none",
"tabWidth": 2,
"semi": false,
"singleQuote": true
}