File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments