Commit 971b8927 authored by Mike Greiling's avatar Mike Greiling

Upgrade gitlab eslint config to latest

parent 9739e45a
...@@ -33,8 +33,3 @@ rules: ...@@ -33,8 +33,3 @@ rules:
vue/no-unused-components: off vue/no-unused-components: off
vue/no-use-v-if-with-v-for: off vue/no-use-v-if-with-v-for: off
vue/no-v-html: off vue/no-v-html: off
# Disabled due to disagreements with prettier
vue/html-closing-bracket-newline: off
vue/html-closing-bracket-spacing: off
vue/html-indent: off
vue/max-attributes-per-line: off
...@@ -111,7 +111,7 @@ ...@@ -111,7 +111,7 @@
"xterm": "^3.5.0" "xterm": "^3.5.0"
}, },
"devDependencies": { "devDependencies": {
"@gitlab/eslint-config": "^1.1.0", "@gitlab/eslint-config": "^1.2.0",
"axios-mock-adapter": "^1.15.0", "axios-mock-adapter": "^1.15.0",
"babel-plugin-istanbul": "^5.1.0", "babel-plugin-istanbul": "^5.1.0",
"babel-plugin-rewire": "^1.2.0", "babel-plugin-rewire": "^1.2.0",
......
...@@ -616,10 +616,10 @@ ...@@ -616,10 +616,10 @@
lodash "^4.17.10" lodash "^4.17.10"
to-fast-properties "^2.0.0" to-fast-properties "^2.0.0"
"@gitlab/eslint-config@^1.1.0": "@gitlab/eslint-config@^1.2.0":
version "1.1.0" version "1.2.0"
resolved "https://registry.yarnpkg.com/@gitlab/eslint-config/-/eslint-config-1.1.0.tgz#9757764b3a78b6bacfbcd9533331cb6345ffdd59" resolved "https://registry.yarnpkg.com/@gitlab/eslint-config/-/eslint-config-1.2.0.tgz#115568a70edabbc024f1bc13ba1ba499a9ba05a9"
integrity sha512-tTdHj8nmZbgl7ygzZYYgfETgvFX/+Z/xA5abqbmwcejpI4fmJUhQwERTHu7P+NwQ2ywzPCS6dO4LljlT/r1jBw== integrity sha512-TnZO5T7JjLQjw30aIGtKIsAX4pRnSbqOir3Ji5zPwtCVWY53DnG6Lcesgy7WYdsnnkt3oQPXFTOZlkymUs2PsA==
dependencies: dependencies:
babel-eslint "^10.0.1" babel-eslint "^10.0.1"
eslint-config-airbnb-base "^13.1.0" eslint-config-airbnb-base "^13.1.0"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment