Skip to content

Commit a105cf3

Browse files
committed
Remove doctoc since GitHub has TOC these days
1 parent ad024d7 commit a105cf3

File tree

3 files changed

+0
-966
lines changed

3 files changed

+0
-966
lines changed

README.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -22,36 +22,6 @@ This is for those who use `eslint --fix` (autofix) a lot and want to completely
2222
[prettier]: https://prettier.io/
2323
[typescript]: https://www.typescriptlang.org/
2424

25-
<!-- prettier-ignore-start -->
26-
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
27-
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
28-
29-
- [Example](#example)
30-
- [Installation](#installation)
31-
- [Usage](#usage)
32-
- [Example configuration](#example-configuration)
33-
- [Not for everyone](#not-for-everyone)
34-
- [Sort order](#sort-order)
35-
- [Grouping](#grouping)
36-
- [imports](#imports)
37-
- [exports](#exports)
38-
- [Sorting](#sorting)
39-
- [Example](#example-1)
40-
- [Custom grouping](#custom-grouping)
41-
- [Comment and whitespace handling](#comment-and-whitespace-handling)
42-
- [FAQ](#faq)
43-
- [Does it support `require`?](#does-it-support-require)
44-
- [Why sort on `from`?](#why-sort-on-from)
45-
- [Is sorting imports/exports safe?](#is-sorting-importsexports-safe)
46-
- [The sorting autofix causes some odd whitespace!](#the-sorting-autofix-causes-some-odd-whitespace)
47-
- [Can I use this without autofix?](#can-i-use-this-without-autofix)
48-
- [How do I use eslint-ignore for this rule?](#how-do-i-use-eslint-ignore-for-this-rule)
49-
- [How is this rule different from `import/order`?](#how-is-this-rule-different-from-importorder)
50-
- [License](#license)
51-
52-
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
53-
<!-- prettier-ignore-end -->
54-
5525
## Example
5626

5727
<!-- prettier-ignore -->

0 commit comments

Comments
 (0)