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