Configure prettier via JSON file

This commit is contained in:
Franz Liedke 2020-03-28 00:16:12 +01:00
parent ee996e2cae
commit 14e8e9a7cb
No known key found for this signature in database
GPG Key ID: 9A0231A879B055F4

6
js/.prettierrc.json Normal file
View File

@ -0,0 +1,6 @@
{
"printWidth": 150,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}