@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.mjs CHANGED
@@ -1940,6 +1940,7 @@ const setupVue = {
1940
1940
  const vueConfigs = {
1941
1941
  name: "@rhyster/eslint-config/vue-configs",
1942
1942
  rules: {
1943
+ "vue/html-indent": ["error", 4],
1943
1944
  "import-x/no-unused-modules": "off"
1944
1945
  }
1945
1946
  };