@prettier/plugin-hermes 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +5 -0
  2. package/index.mjs +13 -13
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @prettier/plugin-hermes
2
2
 
3
+ [![Npm Version](https://img.shields.io/npm/v/@prettier/plugin-hermes.svg?style=flat-square)](https://www.npmjs.com/package/@prettier/plugin-hermes)
4
+ [![MIT License](https://img.shields.io/npm/l/@prettier/plugin-hermes.svg?style=flat-square)](https://github.com/prettier/prettier/blob/main/license)
5
+
3
6
  > Prettier [Hermes](https://github.com/facebook/hermes/blob/main/README.md) plugin.
4
7
 
5
8
  ## Install
@@ -17,6 +20,8 @@ plugins:
17
20
  - "@prettier/plugin-hermes"
18
21
  ```
19
22
 
23
+ **Requires prettier >= 3.6**
24
+
20
25
  Or config explicitly
21
26
 
22
27
  ```yaml