Files
zipline/.prettierrc.json
dicedtomatoreal bc54e00a14 eslinting
2020-10-06 21:30:31 -07:00

7 lines
133 B
JSON

{
"$schema": "http://json.schemastore.org/prettierrc",
"jsxSingleQuote": true,
"singleQuote": true,
"arrowParens": "avoid"
}