From c77f6b7d0a636877b010dcaaa535985a0342238e Mon Sep 17 00:00:00 2001 From: Jonathan Sharpe Date: Sat, 26 Oct 2024 15:35:02 +0100 Subject: [PATCH] Ensure all ESLint directives are actively used --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ca2078d..1ce8e41e 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "e2e:dev:app": "npm run dev", "e2e:dev:e2e": "cross-env PLAYWRIGHT_BASE_URL=http://localhost:3000 npm run e2e", "lint": "npm run lint:eslint . && npm run lint:prettier -- --check .", - "lint:eslint": "eslint --max-warnings 0", + "lint:eslint": "eslint --max-warnings 0 --report-unused-disable-directives", "lint:fix": "npm run lint:eslint -- --fix . && npm run lint:prettier -- --write .", "lint:prettier": "prettier --ignore-unknown", "migration": "npm --workspace api run migration",