@@ -22,36 +22,6 @@ This is for those who use `eslint --fix` (autofix) a lot and want to completely
22
22
[ prettier ] : https://prettier.io/
23
23
[ typescript ] : https://www.typescriptlang.org/
24
24
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
-
55
25
## Example
56
26
57
27
<!-- prettier-ignore -->
0 commit comments