Make TS lowercase in table
This commit is contained in:
parent
b2a1c42f3d
commit
6b820f96a3
|
@ -19,7 +19,7 @@
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>src</th>
|
<th>src</th>
|
||||||
<th>TS</th>
|
<th>ts</th>
|
||||||
<th>msg</th>
|
<th>msg</th>
|
||||||
<th>host</th>
|
<th>host</th>
|
||||||
<th>nick</th>
|
<th>nick</th>
|
||||||
|
|
|
@ -10,7 +10,6 @@ exclude = '''
|
||||||
| webpack-stats.html # also separately exclude a file named webpack-stats.html in the root of the project
|
| webpack-stats.html # also separately exclude a file named webpack-stats.html in the root of the project
|
||||||
)
|
)
|
||||||
'''
|
'''
|
||||||
|
|
||||||
[tool.curlylint.rules]
|
[tool.curlylint.rules]
|
||||||
indent = 2
|
indent = 2
|
||||||
html_has_lang = 'en-GB'
|
html_has_lang = 'en-GB'
|
||||||
|
@ -35,4 +34,4 @@ meta_viewport = true
|
||||||
no_autofocus = true
|
no_autofocus = true
|
||||||
# Avoid positive `tabindex` values, change the order of elements on the page instead.
|
# Avoid positive `tabindex` values, change the order of elements on the page instead.
|
||||||
# See https://www.curlylint.org/docs/rules/tabindex_no_positive.
|
# See https://www.curlylint.org/docs/rules/tabindex_no_positive.
|
||||||
tabindex_no_positive = true
|
tabindex_no_positive = true
|
||||||
|
|
Loading…
Reference in New Issue