setup-node/.prettierrc.json
Bryan MacFarlane 3b7fa72b60 Add installer
* start

* Add tests

* Clean up changes

* Update tool-cache we consume

* Use custom 7zr
2019-06-05 15:17:00 -04:00

11 lines
224 B
JSON

{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}