mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 13:42:27 -05:00
chore: add .babelrc for eslint
This commit is contained in:
parent
2c09d01047
commit
493aac7e7e
1 changed files with 6 additions and 0 deletions
6
.babelrc
Normal file
6
.babelrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"presets": [
|
||||
["@babel/preset-env", {"targets": {"browsers": ["Electron"]}}],
|
||||
"@babel/preset-react"
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue