Skip to content

Commit 5f92b9f

Browse files
jamesgeorge007bradzacher
authored andcommitted
docs: add TOC to root README (typescript-eslint#838)
1 parent 526d336 commit 5f92b9f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,24 @@
1313

1414
<br>
1515

16+
## Table of Contents
17+
18+
- [Getting Started](#getting-started)
19+
- [What are ESLint and TypeScript, and how do they compare?](#what-are-eslint-and-typescript-and-how-do-they-compare)
20+
- [Why does this project exist?](#why-does-this-project-exist)
21+
- [What about TSLint?](#what-about-tslint)
22+
- [How does typescript-eslint work and why do you have multiple packages?](#how-does-typescript-eslint-work-and-why-do-you-have-multiple-packages)
23+
- [Can I use all of the existing ESLint plugins and rules without any changes?](#can-i-use-all-of-the-existing-eslint-plugins-and-rules-without-any-changes)
24+
- [Can we write rules which leverage type information?](#can-we-write-rules-which-leverage-type-information)
25+
- [What about Babel and babel-eslint?](#what-about-babel-and-babel-eslint)
26+
- [How can I help?](#how-can-i-help)
27+
- [How do I configure my project to use typescript-eslint?](#how-do-i-configure-my-project-to-use-typescript-eslint)
28+
- [Package Versions](#package-versions)
29+
- [Supported TypeScript Version](#supported-typescript-version)
30+
- [License](#license)
31+
- [Contributors](#contributors)
32+
- [Contributing Guide](#contributing-guide)
33+
1634
## Getting Started
1735

1836
The following sections will give you an overview of what this project is, why it exists and how it works at a high level.

0 commit comments

Comments
 (0)