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 468d133 commit 13cb7f9Copy full SHA for 13cb7f9
.textlintrc
@@ -8,7 +8,7 @@
8
// NativeScript specifics
9
["absolute[- ]?layout(s?)", "AbsoluteLayout$1"],
10
["dock[- ]?layout(s?)", "DockLayout$1"],
11
- ["flex(box)?[- ]?layout(s?)", "FlexboxLayout$1"],
+ ["flex(?:box)?[- ]?layout(s?)", "FlexboxLayout$1"],
12
["grid[- ]?layout(s?)", "GridLayout$1"],
13
["root[- ]?layout(s?)", "RootLayout$1"],
14
["stack[- ]?layout(s?)", "StackLayout$1"],
0 commit comments