chore: fix eslint crashing issues (#1951)
This commit is contained in:
@@ -22,8 +22,8 @@
|
||||
"dev": "NODE_ENV=development webpack --config desktop.webpack.dev.js --watch",
|
||||
"format": "prettier --write .",
|
||||
"lint:eslint": "eslint app/index.ts app/application.ts app/javascripts/**/*.ts",
|
||||
"lint:formatting": "prettier --check .",
|
||||
"lint": "yarn lint:formatting && yarn lint:eslint",
|
||||
"lint:formatting": "prettier --check app",
|
||||
"lint": "yarn lint:formatting && yarn lint:eslint app",
|
||||
"tsc": "tsc --noEmit",
|
||||
"release:mac": "node scripts/build.mjs mac",
|
||||
"start": "electron ./app --enable-logging --icon _icon/icon.png",
|
||||
@@ -58,7 +58,6 @@
|
||||
"@types/proxyquire": "^1.3.28",
|
||||
"@types/yauzl": "^2.10.0",
|
||||
"ava": "^4.3.3",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-loader": "^8.2.5",
|
||||
"copy-webpack-plugin": "^10.2.4",
|
||||
"electron-builder": "23.3.3",
|
||||
|
||||
Reference in New Issue
Block a user