mirror of
https://github.com/scratchfoundation/scratch-desktop.git
synced 2024-12-22 21:52:31 -05:00
Merge pull request #290 from scratchfoundation/renovate/eslint-config-scratch-9.x
chore(deps): update dependency eslint-config-scratch to v9
This commit is contained in:
commit
04bfad774a
3 changed files with 750 additions and 561 deletions
6
.babelrc
Normal file
6
.babelrc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
"presets": [
|
||||||
|
["@babel/preset-env", {"targets": {"browsers": ["Electron"]}}],
|
||||||
|
"@babel/preset-react"
|
||||||
|
]
|
||||||
|
}
|
1301
package-lock.json
generated
1301
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -48,8 +48,8 @@
|
||||||
"electron-notarize": "^1.1.1",
|
"electron-notarize": "^1.1.1",
|
||||||
"electron-store": "^8.0.1",
|
"electron-store": "^8.0.1",
|
||||||
"electron-webpack": "^2.8.2",
|
"electron-webpack": "^2.8.2",
|
||||||
"eslint": "^7.0.0",
|
"eslint": "^8.0.0",
|
||||||
"eslint-config-scratch": "^6.0.0",
|
"eslint-config-scratch": "^9.0.0",
|
||||||
"eslint-plugin-import": "2.27.5",
|
"eslint-plugin-import": "2.27.5",
|
||||||
"eslint-plugin-react": "^7.20.0",
|
"eslint-plugin-react": "^7.20.0",
|
||||||
"fs-extra": "^9.0.1",
|
"fs-extra": "^9.0.1",
|
||||||
|
|
Loading…
Reference in a new issue