Skip to content

Commit 43bd355

Browse files
authored
Fix formatting
1 parent 776c6c4 commit 43bd355

1 file changed

Lines changed: 64 additions & 44 deletions

File tree

schemas/webpackOptionsSchema.json

Lines changed: 64 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -569,20 +569,32 @@
569569
},
570570
"exclude": {
571571
"allOf": [
572-
{"$ref": "#/definitions/ruleSet-condition"},
573-
{"absolutePath": true}
572+
{
573+
"$ref": "#/definitions/ruleSet-condition"
574+
},
575+
{
576+
"absolutePath": true
577+
}
574578
]
575579
},
576580
"include": {
577581
"allOf": [
578-
{"$ref": "#/definitions/ruleSet-condition"},
579-
{"absolutePath": true}
582+
{
583+
"$ref": "#/definitions/ruleSet-condition"
584+
},
585+
{
586+
"absolutePath": true
587+
}
580588
]
581589
},
582590
"issuer": {
583591
"allOf": [
584-
{"$ref": "#/definitions/ruleSet-condition"},
585-
{"absolutePath": true}
592+
{
593+
"$ref": "#/definitions/ruleSet-condition"
594+
},
595+
{
596+
"absolutePath": true
597+
}
586598
]
587599
},
588600
"loader": {
@@ -613,8 +625,12 @@
613625
},
614626
"resource": {
615627
"allOf": [
616-
{"$ref": "#/definitions/ruleSet-condition"},
617-
{"absolutePath": true}
628+
{
629+
"$ref": "#/definitions/ruleSet-condition"
630+
},
631+
{
632+
"absolutePath": true
633+
}
618634
]
619635
},
620636
"resourceQuery": {
@@ -625,8 +641,12 @@
625641
},
626642
"test": {
627643
"allOf": [
628-
{"$ref": "#/definitions/ruleSet-condition"},
629-
{"absolutePath": true}
644+
{
645+
"$ref": "#/definitions/ruleSet-condition"
646+
},
647+
{
648+
"absolutePath": true
649+
}
630650
]
631651
},
632652
"use": {
@@ -876,72 +896,72 @@
876896
"type": "object",
877897
"properties": {
878898
"context": {
879-
"type": "string",
880-
"description": "context directory for request shortening"
899+
"type": "string",
900+
"description": "context directory for request shortening"
881901
},
882902
"hash": {
883-
"type": "boolean",
884-
"description": "add the hash of the compilation"
903+
"type": "boolean",
904+
"description": "add the hash of the compilation"
885905
},
886906
"version": {
887-
"type": "boolean",
888-
"description": "add webpack version information"
907+
"type": "boolean",
908+
"description": "add webpack version information"
889909
},
890910
"timings": {
891-
"type": "boolean",
892-
"description": "add timing information"
911+
"type": "boolean",
912+
"description": "add timing information"
893913
},
894914
"assets": {
895-
"type": "boolean",
896-
"description": "add assets information"
915+
"type": "boolean",
916+
"description": "add assets information"
897917
},
898918
"chunks": {
899-
"type": "boolean",
900-
"description": "add chunk information"
919+
"type": "boolean",
920+
"description": "add chunk information"
901921
},
902922
"chunkModules": {
903-
"type": "boolean",
904-
"description": "add built modules information to chunk information"
923+
"type": "boolean",
924+
"description": "add built modules information to chunk information"
905925
},
906926
"modules": {
907-
"type": "boolean",
908-
"description": "add built modules information"
927+
"type": "boolean",
928+
"description": "add built modules information"
909929
},
910930
"children": {
911-
"type": "boolean",
912-
"description": "add children information"
931+
"type": "boolean",
932+
"description": "add children information"
913933
},
914934
"cached": {
915-
"type": "boolean",
916-
"description": "add also information about cached (not built) modules"
935+
"type": "boolean",
936+
"description": "add also information about cached (not built) modules"
917937
},
918938
"reasons": {
919-
"type": "boolean",
920-
"description": "add information about the reasons why modules are included"
939+
"type": "boolean",
940+
"description": "add information about the reasons why modules are included"
921941
},
922942
"source": {
923-
"type": "boolean",
924-
"description": "add the source code of modules"
943+
"type": "boolean",
944+
"description": "add the source code of modules"
925945
},
926946
"errorDetails": {
927-
"type": "boolean",
928-
"description": "add details to errors (like resolving log)"
947+
"type": "boolean",
948+
"description": "add details to errors (like resolving log)"
929949
},
930950
"chunkOrigins": {
931-
"type": "boolean",
932-
"description": "add the origins of chunks and chunk merging info"
951+
"type": "boolean",
952+
"description": "add the origins of chunks and chunk merging info"
933953
},
934954
"modulesSort": {
935-
"type": "string",
936-
"description": "sort the modules by that field"
955+
"type": "string",
956+
"description": "sort the modules by that field"
937957
},
938958
"chunksSort": {
939-
"type": "string",
940-
"description": "sort the chunks by that field"
959+
"type": "string",
960+
"description": "sort the chunks by that field"
941961
},
942962
"assetsSort": {
943-
"type": "string",
944-
"description": "sort the assets by that field"
963+
"type": "string",
964+
"description": "sort the assets by that field"
945965
}
946966
}
947967
},

0 commit comments

Comments
 (0)