1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Configure prettier via JSON file

This commit is contained in:
Franz Liedke
2020-03-28 00:16:12 +01:00
parent 37450dabf3
commit 19adcf33dd

View File

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