@vuedx/projectconfig
Advanced tools
Comparing version 0.3.3-insiders-1609155664.0 to 0.4.1-insiders-1609180156.0
{ | ||
"name": "@vuedx/projectconfig", | ||
"version": "0.3.3-insiders-1609155664.0", | ||
"version": "0.4.1-insiders-1609180156.0", | ||
"description": "TypeScript plugin for Vue", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -23,3 +23,3 @@ { | ||
"type": "string", | ||
"description": "A file or a package name. It must default export a Vue component." | ||
"description": "A relative file path or a package name. It must default export a Vue component." | ||
}, | ||
@@ -31,3 +31,3 @@ { | ||
"type": "string", | ||
"description": "A file or a package name." | ||
"description": "A relative file path or a package name." | ||
}, | ||
@@ -56,3 +56,3 @@ "exportName": { | ||
"type": "array", | ||
"description": "List of directories containing components", | ||
"description": "List of directories containing components. Used to provide option to 'extract to component' and other features.", | ||
"items": { | ||
@@ -97,2 +97,10 @@ "type": "string", | ||
"enum": ["shorthand", "longhand"] | ||
}, | ||
"propCase": { | ||
"description": "Preferred prop/attribute case", | ||
"enum": ["kebab", "camel"] | ||
}, | ||
"tagCase": { | ||
"description": "Preferred tag/component case", | ||
"enum": ["kebab", "camel", "auto"] | ||
} | ||
@@ -99,0 +107,0 @@ } |
6353
136