@dword-design/eslint-config 8.0.4 → 8.1.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.
@@ -232,7 +232,8 @@ export default ({
232
232
  "vue/no-deprecated-functional-template": "error",
233
233
  "vue/prefer-true-attribute-shorthand": "error",
234
234
  "vue/prefer-use-template-ref": "error",
235
- "vue/require-default-prop": "off"
235
+ "vue/require-default-prop": "off",
236
+ "vue/slot-name-casing": "error"
236
237
  }
237
238
  }]);
238
239
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/eslint-config",
3
- "version": "8.0.4",
3
+ "version": "8.1.0",
4
4
  "repository": "dword-design/eslint-config",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",