tsviewer-frontend/.prettierrc

8 lines
115 B
Text
Raw Normal View History

2019-02-06 22:25:14 +00:00
{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
2019-04-19 17:07:28 +00:00
"trailingComma": "es5",
"printWidth": 100
2019-02-06 22:25:14 +00:00
}