From ebf04ef157e99fc34ae5668f2211f0c5d0ddc900 Mon Sep 17 00:00:00 2001 From: vilicvane Date: Sun, 29 Oct 2023 22:31:43 +0800 Subject: [PATCH] (magicspace-update) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e82d19..89f7098 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "scripts": { "3": "yarn && yarn-deduplicate && yarn", "build": "rimraf --glob */bld && tsc --build", - "lint": "eslint --no-error-on-unmatched-pattern . && run-in-every eslint-project --parallel --echo -- eslint --no-error-on-unmatched-pattern .", + "lint": "eslint --no-error-on-unmatched-pattern --report-unused-disable-directives . && run-in-every eslint-project --parallel --echo -- eslint --no-error-on-unmatched-pattern --report-unused-disable-directives .", "lint-prettier": "prettier --check .", "test": "yarn lint-prettier && yarn build && yarn lint" },