mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 07:05:11 +00:00
fix(schema): accept single string for extends
(#23795)
This commit is contained in:
parent
2f7e1c7827
commit
7fcdce26b2
@ -14,7 +14,7 @@ export default defineUntypedSchema({
|
||||
* You can use `github:`, `gh:` `gitlab:` or `bitbucket:`.
|
||||
* @see https://github.com/unjs/c12#extending-config-layer-from-remote-sources
|
||||
* @see https://github.com/unjs/giget
|
||||
* @type {(string|string|[string, typeof import('c12').SourceOptions?])[]}
|
||||
* @type {string | [string, typeof import('c12').SourceOptions?] | (string | [string, typeof import('c12').SourceOptions?])[]}
|
||||
*/
|
||||
extends: null,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user