@prettier/plugin-hermes 0.0.1 → 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.
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
@@ -142,7 +142,7 @@ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
142
142
 
143
143
  ----------------------------------------
144
144
 
145
- ## hermes-parser@v0.28.1
145
+ ## hermes-parser@v0.29.0
146
146
 
147
147
  > A JavaScript parser built from the Hermes engine
148
148