We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4455c02 commit dc6ee81Copy full SHA for dc6ee81
test-workspace/fixtures/arrays/input.ts
@@ -1,6 +1,8 @@
1
stack(
2
- 'brief',
3
- {
4
- 'in': ['this is an example', 'this is an example']
5
- }
6
-);
+ 'brief',
+ {
+ 'in': ['this is an example', 'this is an example']
+ }
+ );
7
+
8
+ // TODO: allow the usage of in a string, but for now incentiviwe people to use in: ['this is an example', 'this is an example']
0 commit comments