diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index cc6cf05..23143fb 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/eslint.config.js b/eslint.config.js index fbbe5ac..5d4362f 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -58,6 +58,7 @@ export default tseslint.config( '@typescript-eslint/no-unsafe-member-access': 'off', '@typescript-eslint/no-unsafe-call': 'off', '@typescript-eslint/no-unsafe-assignment': 'off', + '@typescript-eslint/restrict-template-expressions': 'off', }, }, ); diff --git a/index.html b/index.html index e4b78ea..27abc50 100644 --- a/index.html +++ b/index.html @@ -5,9 +5,15 @@