Make TS lowercase in table
This commit is contained in:
@@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user