Update .prettierrc

This commit is contained in:
Axel Olausson Holtenäs 2022-03-15 11:39:55 +01:00 committed by GitHub
parent 183fe58190
commit 1b26a7eb41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 2,
"tabs": true,
"semi": true,
"singleQuote": true
}