Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-11-19 23:44:12 +0300
committerMike Greiling <mike@pixelcog.com>2018-11-20 18:30:02 +0300
commit971b89279d400a73d39012e3a5c389eb0d9629d7 (patch)
treeb41c5bad5fa036f2528ca5a11556a7d9ff9a96aa /.eslintrc.yml
parent9739e45ad96849610020eb9358abde110a43144a (diff)
Upgrade gitlab eslint config to latest
Diffstat (limited to '.eslintrc.yml')
-rw-r--r--.eslintrc.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml
index bc9d2c570db..ecd9f57b075 100644
--- a/.eslintrc.yml
+++ b/.eslintrc.yml
@@ -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