8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5209cd commit e7f5e36Copy full SHA for e7f5e36
packages/website/src/pages/index.tsx
@@ -71,8 +71,7 @@ const features: FeatureItem[] = [
71
<div className="col col--offset-2 col--8">
72
<p>
73
<strong>
74
- <code>typescript-eslint</code> enables ESLint to run on TypeScript
75
- code.
+ typescript-eslint enables ESLint to run on TypeScript code.
76
</strong>{' '}
77
It brings in the best of both tools to help you write the best
78
JavaScript or TypeScript code you possibly can.
@@ -87,7 +86,7 @@ const features: FeatureItem[] = [
87
86
</p>
88
</div>
89
90
- <code>typescript-eslint</code>:
+ typescript-eslint:
91
<ul>
92
<li>allows ESLint to parse TypeScript syntax</li>
93
<li>
0 commit comments