Skip to content

Commit d08485b

Browse files
committed
chore: don't run test with eslint cache
1 parent b83045a commit d08485b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"build": "run-p -c 'build:*'",
4141
"build:r": "r -f cjs",
4242
"build:ts": "tsc -b",
43-
"eslint": "ESLINT_USE_FLAT_CONFIG=false eslint --cache",
43+
"eslint": "ESLINT_USE_FLAT_CONFIG=false eslint",
4444
"lint": "run-p 'lint:*'",
4545
"lint:es": "eslint . --cache",
4646
"lint:tsc": "tsc --noEmit",
@@ -50,7 +50,7 @@
5050
"test:dotInclude": "yarn eslint --ext ts,tsx tests/dotInclude --ignore-pattern \"!.dot\"",
5151
"test:dotPaths": "yarn eslint --ext ts,tsx tests/dotPaths --ignore-pattern \"!.dot\"",
5252
"test:dotProject": "yarn eslint --ext ts,tsx tests/dotProject --ignore-pattern \"!.dot\"",
53-
"test:importXResolverV3": "eslint --cache --config=tests/importXResolverV3/eslint.config.cjs tests/importXResolverV3",
53+
"test:importXResolverV3": "eslint --config=tests/importXResolverV3/eslint.config.cjs tests/importXResolverV3",
5454
"test:multipleEslintrcs": "yarn eslint --ext ts,tsx tests/multipleEslintrcs",
5555
"test:multipleTsconfigs": "yarn eslint --ext ts,tsx tests/multipleTsconfigs",
5656
"test:nearestTsconfig": "yarn eslint --ext ts,tsx tests/nearestTsconfig",

0 commit comments

Comments
 (0)