framework/js/.prettierrc.json
2020-04-17 10:44:36 +02:00

7 lines
90 B
JSON

{
"printWidth": 150,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5"
}