Enable two vue eslint rules (#24780)

These two rules are no longer violated, so we can enable them again.
pull/24779/head^2
silverwind 2 years ago committed by GitHub
parent 4aacc3ac78
commit 040970c320
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_src/js/components/.eslintrc.yaml

@ -10,7 +10,5 @@ env:
rules: rules:
vue/attributes-order: [0] vue/attributes-order: [0]
vue/component-definition-name-casing: [0]
vue/html-closing-bracket-spacing: [0] vue/html-closing-bracket-spacing: [0]
vue/max-attributes-per-line: [0] vue/max-attributes-per-line: [0]
vue/one-component-per-file: [0]

Loading…
Cancel
Save