omnisealbench / frontend /.prettierrc
Mark Duppenthaler
Add csv export
a1f1bf8
raw
history blame contribute delete
133 Bytes
{
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always"
}