chore: add .babelrc for eslint

This commit is contained in:
Christopher Willis-Ford 2023-12-15 15:06:02 -08:00
parent 2c09d01047
commit 493aac7e7e

6
.babelrc Normal file
View file

@ -0,0 +1,6 @@
{
"presets": [
["@babel/preset-env", {"targets": {"browsers": ["Electron"]}}],
"@babel/preset-react"
]
}