diff --git a/.eslintrc.js b/.eslintrc.js
index 53481808..1266f38d 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -21,20 +21,8 @@ module.exports = {
"allowFirstLine": false
}
}],
- "vue/html-closing-bracket-newline": ["error", {
- "singleline": "never",
- "multiline": "never"
- }],
- "vue/singleline-html-element-content-newline": ["error", {
- "ignoreWhenNoAttributes": true,
- "ignoreWhenEmpty": true,
- "ignores": ["a", "abbr", "audio", "b", "bdi", "bdo", "canvas", "cite", "code", "data", "del", "dfn", "em", "i", "iframe", "ins", "kbd", "label", "map", "mark", "noscript", "object", "output", "picture", "q", "ruby", "s", "samp", "small", "span", "strong", "sub", "sup", "svg", "time", "u", "var", "video", "div"]
- }],
- "vue/multiline-html-element-content-newline": ["error", {
- "ignoreWhenEmpty": true,
- "ignores": ["a", "abbr", "audio", "b", "bdi", "bdo", "canvas", "cite", "code", "data", "del", "dfn", "em", "i", "iframe", "ins", "kbd", "label", "map", "mark", "noscript", "object", "output", "picture", "q", "ruby", "s", "samp", "small", "span", "strong", "sub", "sup", "svg", "time", "u", "var", "video"],
- "allowEmptyLines": true
- }],
+ "vue/singleline-html-element-content-newline": "off",
+ "vue/multiline-html-element-content-newline":"off",
"vue/name-property-casing": ["error", "PascalCase"],
'accessor-pairs': 2,
'arrow-spacing': [2, {
diff --git a/package.json b/package.json
index 0f759467..d2748c5a 100644
--- a/package.json
+++ b/package.json
@@ -80,10 +80,10 @@
"copy-webpack-plugin": "4.5.2",
"cross-env": "5.2.0",
"css-loader": "1.0.0",
- "eslint": "^5.15.1",
- "eslint-friendly-formatter": "^4.0.1",
- "eslint-loader": "^2.1.2",
- "eslint-plugin-vue": "^5.2.2",
+ "eslint": "5.15.2",
+ "eslint-friendly-formatter": "4.0.1",
+ "eslint-loader": "2.1.2",
+ "eslint-plugin-vue": "5.2.2",
"file-loader": "1.1.11",
"friendly-errors-webpack-plugin": "1.7.0",
"hash-sum": "1.0.2",
diff --git a/src/components/GithubCorner/index.vue b/src/components/GithubCorner/index.vue
index 5f979cdb..970faaf1 100644
--- a/src/components/GithubCorner/index.vue
+++ b/src/components/GithubCorner/index.vue
@@ -5,17 +5,20 @@
height="80"
viewBox="0 0 250 250"
style="fill:#40c9c6; color:#fff;"
- aria-hidden="true">
+ aria-hidden="true"
+ >