Skip to content

Commit 86e114f

Browse files
run prettier
1 parent 6794131 commit 86e114f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

babel.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ module.exports = {
44
'@babel/preset-env',
55
{
66
targets: {
7-
node: 'current'
8-
}
9-
}
10-
]
11-
]
7+
node: 'current',
8+
},
9+
},
10+
],
11+
],
1212
}

0 commit comments

Comments
 (0)