Skip to content

Commit 8eff924

Browse files
committed
PR feedback: add links to prettier plugins
1 parent e2981e5 commit 8eff924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugin-gradle/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -469,10 +469,10 @@ spotless {
469469
```
470470

471471
<a name="prettier-plugins"></a>
472-
### Using community plugins for prettier
472+
### Using plugins for prettier
473473

474474
Since spotless uses the actual npm prettier package behind the scenes, it is possible to use prettier with
475-
community-plugins in order to support even more file types.
475+
[plugins](https://prettier.io/docs/en/plugins.html#official-plugins) or [community-plugins](https://www.npmjs.com/search?q=prettier-plugin) in order to support even more file types.
476476

477477
```gradle
478478
spotless {

0 commit comments

Comments
 (0)