aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorShinigami <[email protected]>2023-04-26 19:43:17 +0200
committerGitHub <[email protected]>2023-04-26 19:43:17 +0200
commitc2b1408850123ddca6cd5a58df4be76d2c039732 (patch)
tree734eef9085003ebc1483c13ef1a45ad190e4b4d8 /package.json
parent3fc7bf1b24ed67696b4824abcd9fa14af43cb66d (diff)
downloadfaker-c2b1408850123ddca6cd5a58df4be76d2c039732.tar.xz
faker-c2b1408850123ddca6cd5a58df4be76d2c039732.zip
chore: eslint report-unused-disable-directives (#2097)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
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",