framework/js/.prettierrc.json

7 lines
90 B
JSON

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