diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-11-19 14:44:12 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-11-20 09:30:02 -0600 |
commit | 971b89279d400a73d39012e3a5c389eb0d9629d7 (patch) | |
tree | b41c5bad5fa036f2528ca5a11556a7d9ff9a96aa /.eslintrc.yml | |
parent | 9739e45ad96849610020eb9358abde110a43144a (diff) | |
download | gitlab-ce-971b89279d400a73d39012e3a5c389eb0d9629d7.tar.gz |
Upgrade gitlab eslint config to latestmg-upgrade-prettier
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 5 |
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 |