From e81671f4da291cfac39ef1025bab78e01c31cb01 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Mon, 18 Sep 2023 03:08:45 +0900 Subject: [PATCH] fix: fix `npm run lint` command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 82bb5b51..94ba8aaa 100644 --- a/package.json +++ b/package.json @@ -117,7 +117,7 @@ "build:mac:arm64": "npm run clean && npm run tsc-and-copy && electron-builder --mac dmg:arm64 -p never", "build:win": "npm run clean && npm run tsc-and-copy && electron-builder --win -p never", "build:win:x64": "npm run clean && npm run tsc-and-copy && electron-builder --win nsis:x64 -p never", - "lint": "xo", + "lint": "eslint .", "changelog": "auto-changelog", "plugins": "npm run plugin:adblocker && npm run plugin:bypass-age-restrictions", "plugin:adblocker-without-tsc": "del-cli plugins/adblocker/ad-blocker-engine.bin && node dist/plugins/adblocker/blocker.js",