8000 docs: use plain text for project name, not code, in homepage (#11183) · aryaemami59/typescript-eslint@e7f5e36 · GitHub
[go: up one dir, main page]

Skip to content

Commit e7f5e36

Browse files
docs: use plain text for project name, not code, in homepage (typescript-eslint#11183)
1 parent d5209cd commit e7f5e36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/website/src/pages/index.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ const features: FeatureItem[] = [
7171
<div className="col col--offset-2 col--8">
7272
<p>
7373
<strong>
74-
<code>typescript-eslint</code> enables ESLint to run on TypeScript
75-
code.
74+
typescript-eslint enables ESLint to run on TypeScript code.
7675
</strong>{' '}
7776
It brings in the best of both tools to help you write the best
7877
JavaScript or TypeScript code you possibly can.
@@ -87,7 +86,7 @@ const features: FeatureItem[] = [
8786
</p>
8887
</div>
8988
<div className="col col--offset-2 col--8">
90-
<code>typescript-eslint</code>:
89+
typescript-eslint:
9190
<ul>
9291
<li>allows ESLint to parse TypeScript syntax</li>
9392
<li>

0 commit comments

Comments
 (0)
0