From c2b1408850123ddca6cd5a58df4be76d2c039732 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Wed, 26 Apr 2023 19:43:17 +0200 Subject: chore: eslint report-unused-disable-directives (#2097) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index 7d1cbe64..80e7f7b1 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "docs:serve": "vitepress serve docs --port 5173", "docs:diff": "tsx ./scripts/diff.ts", "format": "prettier --cache --write .", - "lint": "eslint --cache --cache-strategy content .", + "lint": "eslint --cache --cache-strategy content --report-unused-disable-directives .", "ts-check": "run-s ts-check:scripts ts-check:tests", "ts-check:scripts": "tsc --project tsconfig.check-scripts.json", "ts-check:tests": "tsc --project tsconfig.check-tests.json", -- cgit v1.2.3