File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "firebase-tools" : " ^11.16.0" ,
2424 "object-path" : " ^0.11.4" ,
2525 "pluralize" : " ^8.0.0" ,
26+ "prettier" : " 2.0.4" ,
2627 "randombytes" : " ^2.1.0" ,
2728 "ts-node" : " ^8.5.4" ,
2829 "tsconfig-paths" : " ^3.9.0" ,
Original file line number Diff line number Diff line change 1+ module . exports = {
2+ semi : false ,
3+ singleQuote : true ,
4+ trailingComma : 'all' ,
5+ tabWidth : 4 ,
6+ }
Original file line number Diff line number Diff line change @@ -4476,6 +4476,11 @@ prepend-http@^2.0.0:
44764476 resolved "https://registry.yarnpkg.com/prepend-http/-/prepend-http-2.0.0.tgz#e92434bfa5ea8c19f41cdfd401d741a3c819d897"
44774477 integrity sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc=
44784478
4479+ prettier@2.0.4 :
4480+ version "2.0.4"
4481+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.0.4.tgz#2d1bae173e355996ee355ec9830a7a1ee05457ef"
4482+ integrity sha512-SVJIQ51spzFDvh4fIbCLvciiDMCrRhlN3mbZvv/+ycjvmF5E73bKdGfU8QDLNmjYJf+lsGnDBC4UUnvTe5OO0w==
4483+
44794484process-nextick-args@~2.0.0 :
44804485 version "2.0.0"
44814486 resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
You can’t perform that action at this time.
0 commit comments