@rhyster/eslint-config 1.6.25 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -1954,6 +1954,7 @@ const setupVue = {
1954
1954
  const vueConfigs = {
1955
1955
  name: "@rhyster/eslint-config/vue-configs",
1956
1956
  rules: {
1957
+ "vue/html-indent": ["error", 4],
1957
1958
  "import-x/no-unused-modules": "off"
1958
1959
  }
1959
1960
  };