|
1 | 1 | {
|
2 | 2 | "rules": {
|
3 | 3 | "terminology": {
|
4 |
| - "severity" : "warning", |
| 4 | + "severity": "warning", |
5 | 5 | "defaultTerms": false,
|
6 | 6 | // Some terms borrowed from https://github.com/cypress-io/cypress-documentation/blob/main/.textlintrc
|
7 | 7 | "terms": [
|
| 8 | + // NativeScript specifics |
| 9 | + ["absolute[- ]?layout(s?)", "AbsoluteLayout$1"], |
| 10 | + ["dock[- ]?layout(s?)", "DockLayout$1"], |
| 11 | + ["flex(box)?[- ]?layout(s?)", "FlexboxLayout$1"], |
| 12 | + ["grid[- ]?layout(s?)", "GridLayout$1"], |
| 13 | + ["root[- ]?layout(s?)", "RootLayout$1"], |
| 14 | + ["stack[- ]?layout(s?)", "StackLayout$1"], |
| 15 | + ["wrap[- ]?layout(s?)", "WrapLayout$1"], |
| 16 | + ["activity[- ]?indicator(s?)", "ActivityIndicator$1"], |
| 17 | + ["date[- ]?picker(s?)", "DatePicker$1"], |
| 18 | + ["html[- ]?view(s?)", "HtmlView$1"], |
| 19 | + ["list[- ]?picker(s?)", "ListPicker$1"], |
| 20 | + ["list[- ]?view(s?)", "ListView$1"], |
| 21 | + ["place[- ]?holder(s?)", "Placeholder$1"], |
| 22 | + ["scroll[- ]?view(s?)", "ScrollView$1"], |
| 23 | + ["search[- ]?bar(s?)", "SearchBar$1"], |
| 24 | + ["segmented[- ]?bar(s?)", "SegmentedBar$1"], |
| 25 | + ["tab[- ]?view(s?)", "TabView$1"], |
| 26 | + ["text[- ]?field(s?)", "TextField$1"], |
| 27 | + ["text[- ]?view(s?)", "TextView$1"], |
| 28 | + ["time[- ]?picker(s?)", "TimePicker$1"], |
| 29 | + ["web[- ]?view(s?)", "WebView$1"], |
| 30 | + ["action[- ]?bar(s?)", "ActionBar$1"], |
| 31 | + |
8 | 32 | // Brands and Technologies
|
9 | 33 | "JavaScript",
|
10 | 34 | "TypeScript",
|
11 | 35 | "NativeScript",
|
| 36 | + ["ns", "NativeScript"], |
12 | 37 | "GitHub",
|
13 | 38 | ["VSCode", "VS Code"],
|
14 | 39 | "webpack",
|
|
0 commit comments