@tb-dev/eslint-config 5.0.1 → 5.0.2

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
@@ -354,7 +354,7 @@ async function vue(options) {
354
354
  "vue/html-self-closing": ["error", {
355
355
  html: {
356
356
  void: "never",
357
- normal: "always",
357
+ normal: "any",
358
358
  component: "always"
359
359
  },
360
360
  svg: "always",
package/dist/index.js CHANGED
@@ -350,7 +350,7 @@ async function vue(options) {
350
350
  "vue/html-self-closing": ["error", {
351
351
  html: {
352
352
  void: "never",
353
- normal: "always",
353
+ normal: "any",
354
354
  component: "always"
355
355
  },
356
356
  svg: "always",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "5.0.1",
3
+ "version": "5.0.2",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",