We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635affa commit 6b75eb1Copy full SHA for 6b75eb1
src/rules/jsx-directive/v-text.yml
@@ -16,3 +16,24 @@ transform:
16
source: $B
17
fix:
18
$C
19
+
20
+---
21
22
+id: v-text to jsx comment
23
+language: html
24
+rule:
25
+ kind: comment
26
+ pattern: $A
27
+transform:
28
+ B:
29
+ replace:
30
+ replace: <!--
31
+ by: '{/*'
32
+ source: $A
33
+ C:
34
35
+ replace: -->
36
+ by: '*/}'
37
+ source: $B
38
+fix:
39
+ $C
0 commit comments