Skip to content

Commit 2e1c879

Browse files
committed
Tweaking esformatter settings to not include jsx
1 parent ca631a0 commit 2e1c879

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.esformatter

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,6 @@
1010
"type": "single",
1111
"avoidEscape": true
1212
},
13-
"jsx": {
14-
"formatJSX": true,
15-
"attrsOnSameLineAsTag": false,
16-
"maxAttrsOnTag": 3,
17-
"firstAttributeOnSameLine": true,
18-
"alignWithFirstAttribute": false,
19-
"spaceInJSXExpressionContainers": " ",
20-
"htmlOptions": {}
21-
},
2213
"indent": {
2314
"value": " "
2415
},

0 commit comments

Comments
 (0)