From 4032bd6dbc293f5e1137c8dda8520bcd9486d1a4 Mon Sep 17 00:00:00 2001 From: Zach R Date: Fri, 23 Aug 2024 14:58:49 -0700 Subject: [PATCH] fix: linting and formatting --- eslint.config.js | 3 ++- src/views/dash/index.html | 38 +++++++++++++++++++------------------- 2 files changed, 21 insertions(+), 20 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 7247179..13f0eed 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -16,7 +16,8 @@ export default tseslint.config( rules: { '@typescript-eslint/no-explicit-any': 'warn', '@typescript-eslint/no-unused-vars': 'warn', - 'prefer-const': 'warn' + 'prefer-const': 'warn', + '@typescript-eslint/ban-ts-comment': ['warn', { 'ts-ignore': 'allow-with-description' }] } } ) diff --git a/src/views/dash/index.html b/src/views/dash/index.html index 4be78cb..39731e0 100644 --- a/src/views/dash/index.html +++ b/src/views/dash/index.html @@ -1,25 +1,25 @@ - - Cluck Dash - - - + + Cluck Dash + + + - - -
-
-
-
-

-

-
- + + +
+
+
+
+

+

+
+ +
+
-
-
- + - +