File tree Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Expand file tree Collapse file tree 4 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 1+ node_modules
2+ coverage
3+ .nyc_output
Original file line number Diff line number Diff line change 1+
2+ {
3+ "semi" : true ,
4+ "singleQuote" : true ,
5+ "tabWidth" : 2 ,
6+ "trailingComma" : " es5"
7+ }
Original file line number Diff line number Diff line change 3737 "coveralls" : " 3.0.9" ,
3838 "mocha" : " 6.2.2" ,
3939 "nyc" : " 15.0.0" ,
40+ "prettier" : " ^3.6.2" ,
4041 "rewire" : " 4.0.1"
4142 }
4243}
Original file line number Diff line number Diff line change @@ -2600,6 +2600,11 @@ prelude-ls@~1.1.2:
26002600 resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz"
26012601 integrity sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=
26022602
2603+ prettier@^3.6.2 :
2604+ version "3.6.2"
2605+ resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.6.2.tgz#ccda02a1003ebbb2bfda6f83a074978f608b9393"
2606+ integrity sha512-I7AIg5boAr5R0FFtJ6rCfD+LFsWHp81dolrFD8S79U9tb8Az2nGrJncnMSnys+bpQJfRUzqs9hnA81OAA3hCuQ==
2607+
26032608process-nextick-args@~2.0.0 :
26042609 version "2.0.1"
26052610 resolved "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz"
You can’t perform that action at this time.
0 commit comments