format: install prettier

This commit is contained in:
peaceiris 2019-09-21 10:00:04 +09:00
parent f9f7965bdf
commit 7e7e0130d0
3 changed files with 18 additions and 0 deletions

11
.prettierrc.json Normal file
View file

@ -0,0 +1,11 @@
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
}