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:
Christopher Willis-Ford 2023-12-15 15:10:34 -08:00 committed by GitHub
commit 04bfad774a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 750 additions and 561 deletions

6
.babelrc Normal file
View file

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

1301
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -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",