Skip to content

Commit 493aac7

Browse files
committed
chore: add .babelrc for eslint
1 parent 2c09d01 commit 493aac7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.babelrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"presets": [
3+
["@babel/preset-env", {"targets": {"browsers": ["Electron"]}}],
4+
"@babel/preset-react"
5+
]
6+
}

0 commit comments

Comments
 (0)