diff --git a/.eslintrc.js b/.eslintrc.js index 607d564..9c1d86f 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -490,4 +490,13 @@ module.exports = { // https://eslint.org/docs/rules/template-curly-spacing "vue/template-curly-spacing": "error", }, + overrides: [ + { + files: ["*.html"], + rules: { + "vue/comment-directive": "off", + "max-len": "off", + } + } + ] }; diff --git a/index.html b/index.html index ebe61c7..70bc2dc 100644 --- a/index.html +++ b/index.html @@ -1,17 +1,16 @@
- - - + + +