Update prettier and run it on YAML (#74)

This commit is contained in:
Ross Brodbeck
2020-07-20 07:44:22 -04:00
committed by GitHub
parent 987eb56326
commit 802f392f59
4 changed files with 16 additions and 16 deletions

View File

@@ -6,6 +6,5 @@
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid",
"parser": "typescript"
"arrowParens": "avoid"
}