openmediavault/.prettierrc
Volker Theile c10e40e229 Modify prettier configuration to reflect current rules.
Signed-off-by: Volker Theile <votdev@gmx.de>
2020-02-06 09:19:27 +01:00

6 lines
75 B
Plaintext

{
"arrowParens": "always",
"printWidth": 100,
"singleQuote": false
}