Skip to content

Commit

Permalink
Allow $schema field in parcelrc config (#8059)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed May 17, 2022
1 parent c9f3f76 commit 8981c88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core/core/src/ParcelConfig.schema.js
Expand Up @@ -93,6 +93,9 @@ const mapStringSchema = (pluginType: string, key: string): SchemaEntity => {
export default {
type: 'object',
properties: {
$schema: {
type: 'string',
},
extends: {
oneOf: [
{
Expand Down

0 comments on commit 8981c88

Please sign in to comment.