diff --git a/.eslintrc.js b/.eslintrc.js index 2c555f4..db6fdf9 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,9 +22,9 @@ module.exports = { 'plugin:prettier/recommended' ], rules: { - '@typescript-eslint/no-unused-vars': 'off', - 'no-unused-vars': 'off', 'vue/require-default-prop': 'off', + + '@typescript-eslint/no-unused-vars': 'off', '@typescript-eslint/ban-ts-comment': 'off', '@typescript-eslint/no-explicit-any': 'off', '@typescript-eslint/ban-types': 'off', diff --git a/index.html b/index.html index 30b2dbf..817ba28 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,10 @@
- +