Skip to content

docs: use plain text for project name, not code, in homepage #11183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/website/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ const features: FeatureItem[] = [
<div className="col col--offset-2 col--8">
<p>
<strong>
<code>typescript-eslint</code> enables ESLint to run on TypeScript
code.
typescript-eslint enables ESLint to run on TypeScript code.
</strong>{' '}
It brings in the best of both tools to help you write the best
JavaScript or TypeScript code you possibly can.
Expand All @@ -87,7 +86,7 @@ const features: FeatureItem[] = [
</p>
</div>
<div className="col col--offset-2 col--8">
<code>typescript-eslint</code>:
typescript-eslint:
<ul>
<li>allows ESLint to parse TypeScript syntax</li>
<li>
Expand Down