mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
fix list style (#2842)
This commit is contained in:
parent
d43b43ca78
commit
91ba3410a3
1 changed files with 14 additions and 9 deletions
|
@ -62,6 +62,9 @@ Deno provides <a href="https://github.com/denoland/deno_std">a set of reviewed
|
|||
- Be able to serve HTTP efficiently.
|
||||
([Currently it is relatively slow.](https://deno.land/benchmarks.html#req-per-sec))
|
||||
|
||||
<!-- prettier-ignore-start -->
|
||||
<!-- see https://github.com/prettier/prettier/issues/3679 -->
|
||||
|
||||
- Provide useful tooling out of the box:
|
||||
- dependency inspector (`deno info`)
|
||||
- code formatter (`deno fmt`),
|
||||
|
@ -73,6 +76,8 @@ Deno provides <a href="https://github.com/denoland/deno_std">a set of reviewed
|
|||
[not yet](https://github.com/denoland/deno/issues/1120)
|
||||
- linter (`deno lint`) [not yet](https://github.com/denoland/deno/issues/1880)
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
### Non-goals
|
||||
|
||||
- No `package.json`.
|
||||
|
|
Loading…
Reference in a new issue