Make TS lowercase in table

This commit is contained in:
Mark Veidemanis 2022-07-21 13:51:17 +01:00
parent b2a1c42f3d
commit 6b820f96a3
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<thead>
<tr>
<th>src</th>
<th>TS</th>
<th>ts</th>
<th>msg</th>
<th>host</th>
<th>nick</th>

View File

@ -10,7 +10,6 @@ exclude = '''
| webpack-stats.html # also separately exclude a file named webpack-stats.html in the root of the project
)
'''
[tool.curlylint.rules]
indent = 2
html_has_lang = 'en-GB'
@ -35,4 +34,4 @@ meta_viewport = true
no_autofocus = true
# Avoid positive `tabindex` values, change the order of elements on the page instead.
# See https://www.curlylint.org/docs/rules/tabindex_no_positive.
tabindex_no_positive = true
tabindex_no_positive = true