@@ -6,6 +6,21 @@ If your desired formatting does not match Prettier’s output, you should use a
6
6
7
7
Please read [ Integrating with linters] ( https://prettier.io/docs/en/integrating-with-linters.html ) before installing.
8
8
9
+ ## TOC <!-- omit in toc -->
10
+
11
+ - [ Sample] ( #sample )
12
+ - [ Installation] ( #installation )
13
+ - [ Configuration (legacy: ` .eslintrc* ` )] ( #configuration-legacy-eslintrc )
14
+ - [ Configuration (new: ` eslint.config.js ` )] ( #configuration-new-eslintconfigjs )
15
+ - [ ` Svelte ` support] ( #svelte-support )
16
+ - [ ` arrow-body-style ` and ` prefer-arrow-callback ` issue] ( #arrow-body-style-and-prefer-arrow-callback-issue )
17
+ - [ Options] ( #options )
18
+ - [ Sponsors] ( #sponsors )
19
+ - [ Backers] ( #backers )
20
+ - [ Contributing] ( #contributing )
21
+ - [ Changelog] ( #changelog )
22
+ - [ License] ( #license )
23
+
9
24
## Sample
10
25
11
26
``` js
@@ -162,6 +177,18 @@ If you’re fixing large of amounts of previously unformatted code, consider tem
162
177
163
178
---
164
179
180
+ ## Sponsors
181
+
182
+ | @prettier/plugin-eslint | eslint-config-prettier | eslint-plugin-prettier | prettier-eslint | prettier-eslint-cli |
183
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
184
+ | [](https://opencollective.com/prettier-plugin-eslint) | [](https://opencollective.com/eslint-config-prettier) | [](https://opencollective.com/rxts) | [](https://opencollective.com/prettier-eslint) | [](https://opencollective.com/prettier-eslint-cli) |
185
+
186
+ ## Backers
187
+
188
+ | @prettier/plugin-eslint | eslint-config-prettier | eslint-plugin-prettier | prettier-eslint | prettier-eslint-cli |
189
+ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
190
+ | [](https://opencollective.com/prettier-plugin-eslint) | [](https://opencollective.com/eslint-config-prettier) | [](https://opencollective.com/rxts) | [](https://opencollective.com/prettier-eslint) | [](https://opencollective.com/prettier-eslint-cli) |
191
+
165
192
## Contributing
166
193
167
194
See [CONTRIBUTING.md](https://github.com/prettier/eslint-plugin-prettier/blob/master/CONTRIBUTING.md)
0 commit comments