From 6b820f96a34ab3f979737d96b0cd40c4fe6e2a4b Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Thu, 21 Jul 2022 13:51:17 +0100 Subject: [PATCH] Make TS lowercase in table --- core/templates/ui/results.html | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/core/templates/ui/results.html b/core/templates/ui/results.html index 703aa79..140322d 100644 --- a/core/templates/ui/results.html +++ b/core/templates/ui/results.html @@ -19,7 +19,7 @@ src - TS + ts msg host nick diff --git a/pyproject.toml b/pyproject.toml index d296ec6..cd8316b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 \ No newline at end of file +tabindex_no_positive = true