We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 010856c + e4629b5 commit e351e4fCopy full SHA for e351e4f
docs/rules/no-raw-text.md
@@ -25,6 +25,6 @@ const text = 'some text';
25
<View><Text>{`${text}`}</Text></View>
26
```
27
28
-####This rule has an object option:
+#### This rule has an object option:
29
30
- "skip" – allow to skip checking for the array of custom components
0 commit comments