Skip to content

Commit 13cb7f9

Browse files
committed
chore: fix textlint rule
1 parent 468d133 commit 13cb7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.textlintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// NativeScript specifics
99
["absolute[- ]?layout(s?)", "AbsoluteLayout$1"],
1010
["dock[- ]?layout(s?)", "DockLayout$1"],
11-
["flex(box)?[- ]?layout(s?)", "FlexboxLayout$1"],
11+
["flex(?:box)?[- ]?layout(s?)", "FlexboxLayout$1"],
1212
["grid[- ]?layout(s?)", "GridLayout$1"],
1313
["root[- ]?layout(s?)", "RootLayout$1"],
1414
["stack[- ]?layout(s?)", "StackLayout$1"],

0 commit comments

Comments
 (0)