Upgrade gitlab eslint config to latest
This commit is contained in:
parent
9739e45ad9
commit
971b89279d
3 changed files with 5 additions and 10 deletions
|
@ -33,8 +33,3 @@ rules:
|
|||
vue/no-unused-components: off
|
||||
vue/no-use-v-if-with-v-for: 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 @@
|
|||
"xterm": "^3.5.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@gitlab/eslint-config": "^1.1.0",
|
||||
"@gitlab/eslint-config": "^1.2.0",
|
||||
"axios-mock-adapter": "^1.15.0",
|
||||
"babel-plugin-istanbul": "^5.1.0",
|
||||
"babel-plugin-rewire": "^1.2.0",
|
||||
|
|
|
@ -616,10 +616,10 @@
|
|||
lodash "^4.17.10"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@gitlab/eslint-config@^1.1.0":
|
||||
version "1.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@gitlab/eslint-config/-/eslint-config-1.1.0.tgz#9757764b3a78b6bacfbcd9533331cb6345ffdd59"
|
||||
integrity sha512-tTdHj8nmZbgl7ygzZYYgfETgvFX/+Z/xA5abqbmwcejpI4fmJUhQwERTHu7P+NwQ2ywzPCS6dO4LljlT/r1jBw==
|
||||
"@gitlab/eslint-config@^1.2.0":
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/@gitlab/eslint-config/-/eslint-config-1.2.0.tgz#115568a70edabbc024f1bc13ba1ba499a9ba05a9"
|
||||
integrity sha512-TnZO5T7JjLQjw30aIGtKIsAX4pRnSbqOir3Ji5zPwtCVWY53DnG6Lcesgy7WYdsnnkt3oQPXFTOZlkymUs2PsA==
|
||||
dependencies:
|
||||
babel-eslint "^10.0.1"
|
||||
eslint-config-airbnb-base "^13.1.0"
|
||||
|
|
Loading…
Reference in a new issue