File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
.github/styles/UmbracoDocs Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ link: https://docs.umbraco.com/contributing/documentation/style-guide#names
77level : warning
88scope : paragraph
99swap :
10- ' \bcss\b(?!/) ' : " ' CSS' "
11- ' (?<!\.)[hH]tml ' : " ' HTML' "
12- ' url(?!=) ' : " ' URL' "
13- ' \bjs\b(?![.])|\b [jJ]ava[sS]cript\b ' : " ' JavaScript' "
14- ' \bts\b(?![.])|\b [tT]ype[sS]cript\b ' : " ' TypeScript' "
15- ' .net ' : " ' .NET' "
16- ' dot net ' : " ' .NET' "
17- ' \bcms\b ' : " ' CMS' "
18- ' [aA]ngular[jJ][sS] ' : " ' AngularJS' "
19- ' SUITS ' : " ' Sales' "
10+ ' \bcss\b(?!/) ' : CSS
11+ ' (?<!\.)[hH]tml ' : HTML
12+ ' url(?!=) ' : URL
13+ ' (?:(?<!\.)js| [jJ]ava[sS]cript) ' : JavaScript
14+ ' (?:(?<!\.)ts| [tT]ype[sS]cript) ' : TypeScript
15+ ' .net ' : .NET
16+ ' dot net ' : .NET
17+ ' \bcms\b ' : CMS
18+ ' [aA]ngular[jJ][sS] ' : AngularJS
19+ ' SUITS ' : Sales
You can’t perform that action at this time.
0 commit comments