Jake Howard
0a136496f4
These components are pretty efficient, and it makes content editing more annoying.
14 lines
232 B
TOML
14 lines
232 B
TOML
[tool.curlylint]
|
|
include = '/website/.*\.html'
|
|
exclude = '''
|
|
(
|
|
navbar\.html
|
|
| referrallink_snippet_link\.html
|
|
| onlineaccount_snippet_link\.html
|
|
| 500\.html
|
|
)
|
|
'''
|
|
|
|
[tool.curlylint.rules]
|
|
indent = 2
|
|
html_has_lang = 'en-GB'
|