@tb-dev/eslint-config 6.0.4 → 6.0.5

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
@@ -153,7 +153,7 @@ async function vue(options) {
153
153
  {
154
154
  disallowVueBuiltInComponents: true,
155
155
  disallowVue3BuiltInComponents: true,
156
- htmlElementCaseSensitive: false
156
+ htmlElementCaseSensitive: true
157
157
  }
158
158
  ],
159
159
  "vue/no-reserved-keys": "error",
package/dist/index.js CHANGED
@@ -149,7 +149,7 @@ async function vue(options) {
149
149
  {
150
150
  disallowVueBuiltInComponents: true,
151
151
  disallowVue3BuiltInComponents: true,
152
- htmlElementCaseSensitive: false
152
+ htmlElementCaseSensitive: true
153
153
  }
154
154
  ],
155
155
  "vue/no-reserved-keys": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "6.0.4",
3
+ "version": "6.0.5",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",