File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 40
40
"build" : " run-p -c 'build:*'" ,
41
41
"build:r" : " r -f cjs" ,
42
42
"build:ts" : " tsc -b" ,
43
- "eslint" : " ESLINT_USE_FLAT_CONFIG=false eslint --cache " ,
43
+ "eslint" : " ESLINT_USE_FLAT_CONFIG=false eslint" ,
44
44
"lint" : " run-p 'lint:*'" ,
45
45
"lint:es" : " eslint . --cache" ,
46
46
"lint:tsc" : " tsc --noEmit" ,
50
50
"test:dotInclude" : " yarn eslint --ext ts,tsx tests/dotInclude --ignore-pattern \" !.dot\" " ,
51
51
"test:dotPaths" : " yarn eslint --ext ts,tsx tests/dotPaths --ignore-pattern \" !.dot\" " ,
52
52
"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" ,
54
54
"test:multipleEslintrcs" : " yarn eslint --ext ts,tsx tests/multipleEslintrcs" ,
55
55
"test:multipleTsconfigs" : " yarn eslint --ext ts,tsx tests/multipleTsconfigs" ,
56
56
"test:nearestTsconfig" : " yarn eslint --ext ts,tsx tests/nearestTsconfig" ,
You can’t perform that action at this time.
0 commit comments