File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 555
555
"description" : " Ex. `import {SomeExport, OtherExport} from \" my-module\" ;`"
556
556
}]
557
557
},
558
+ "jsxElement.spaceBeforeSelfClosingTagSlash" : {
559
+ "description" : " Whether to add a space before a JSX element's slash when self closing." ,
560
+ "type" : " boolean" ,
561
+ "default" : true ,
562
+ "oneOf" : [{
563
+ "const" : true ,
564
+ "description" : " Ex. `<Test />`"
565
+ }, {
566
+ "const" : false ,
567
+ "description" : " Ex. `<Test/>`"
568
+ }]
569
+ },
558
570
"jsxExpressionContainer.spaceSurroundingExpression" : {
559
571
"description" : " Whether to add a space surrounding the expression of a JSX container." ,
560
572
"type" : " boolean" ,
788
800
"importDeclaration.spaceSurroundingNamedImports" : {
789
801
"$ref" : " #/definitions/importDeclaration.spaceSurroundingNamedImports"
790
802
},
803
+ "jsxElement.spaceBeforeSelfClosingTagSlash" : {
804
+ "$ref" : " #/definitions/jsxElement.spaceBeforeSelfClosingTagSlash"
805
+ },
791
806
"jsxExpressionContainer.spaceSurroundingExpression" : {
792
807
"$ref" : " #/definitions/jsxExpressionContainer.spaceSurroundingExpression"
793
808
},
You can’t perform that action at this time.
0 commit comments