Skip to content

Commit cd40bbc

Browse files
committed
style: prettify json
1 parent 6599518 commit cd40bbc

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.babelrc

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
2-
"presets": [
3-
"es2015",
4-
"stage-0"
5-
],
6-
"plugins": [
7-
"add-module-exports"
8-
],
9-
"env": {
10-
"development": {
11-
"plugins": [
12-
"typecheck",
13-
"syntax-flow",
14-
"transform-flow-strip-types"
15-
]
16-
},
17-
"production": {
18-
"plugins": [
19-
"syntax-flow",
20-
"transform-flow-strip-types"
21-
]
22-
}
2+
"env": {
3+
"development": {
4+
"plugins": [
5+
"typecheck",
6+
"syntax-flow",
7+
"transform-flow-strip-types"
8+
]
9+
},
10+
"production": {
11+
"plugins": [
12+
"syntax-flow",
13+
"transform-flow-strip-types"
14+
]
2315
}
16+
},
17+
"plugins": [
18+
"add-module-exports"
19+
],
20+
"presets": [
21+
"es2015",
22+
"stage-0"
23+
]
2424
}

0 commit comments

Comments
 (0)