Skip to content

Commit 6c91c2f

Browse files
committed
Website: update Deno comparisons
Deno's LSP server runs tsc (TypeScript compiler) in addition to running deno_lint. deno_lint doesn't seem to have any editor integrations outside Deno's LSP server. Therefore, I think it's more fair to compare Deno with other tools, rather than comparing deno_lint with other tools. Update the comparisons on the home page for Deno.
1 parent be7a9b6 commit 6c91c2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

website/public/index.ejs.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ <h2 id="linter-feature-comparison">Features</h2>
202202
<th><a href="https://eslint.org/">ESLint</a></th>
203203
<th><a href="https://jshint.com/">JSHint</a></th>
204204
<th><a href="https://rslint.org/">RSLint</a></th>
205-
<th><a href="https://lint.deno.land/">deno lint</a></th>
205+
<th><a href="https://deno.land/">Deno</a></th>
206206
<th><a href="https://rome.tools/">Rome</a></th>
207207
</tr>
208208
</thead>
@@ -379,7 +379,7 @@ <h2 id="linter-feature-comparison">Features</h2>
379379
<td class="good"><span aria-label="stable"></span></td>
380380
<td class="good"><span aria-label="stable"></span></td>
381381
<td class="bad"><span aria-label="unstable"></span></td>
382-
<td class="bad"><span aria-label="unstable"></span></td>
382+
<td class="good"><span aria-label="stable"></span></td>
383383
<td class="bad"><span aria-label="unstable"></span></td>
384384
</tr>
385385
</tbody>
@@ -391,7 +391,7 @@ <h2 id="linter-feature-comparison">Features</h2>
391391
<th><a href="https://eslint.org/">ESLint</a></th>
392392
<th><a href="https://jshint.com/">JSHint</a></th>
393393
<th><a href="https://rslint.org/">RSLint</a></th>
394-
<th><a href="https://lint.deno.land/">deno lint</a></th>
394+
<th><a href="https://deno.land/">Deno</a></th>
395395
<th><a href="https://rome.tools/">Rome</a></th>
396396
</tr>
397397
<tr>

0 commit comments

Comments
 (0)