File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6363 "debug" : " ^3.2.7"
6464 },
6565 "devDependencies" : {
66- "@arethetypeswrong/cli" : " ^0.15.4 " ,
67- "@ljharb/tsconfig" : " ^0.2.0 " ,
66+ "@arethetypeswrong/cli" : " ^0.18.2 " ,
67+ "@ljharb/tsconfig" : " ^0.3.2 " ,
6868 "@types/debug" : " ^4.1.12" ,
6969 "@types/eslint" : " ^8.56.3" ,
70- "@types/node" : " ^20.11.20 " ,
70+ "@types/node" : " ^20.19.1 " ,
7171 "typescript" : " next"
7272 },
7373 "peerDependenciesMeta" : {
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function getParserPath(path, context) {
8585 return context . parserPath ;
8686}
8787
88- /** @type {(path: string, context: import('eslint').Rule.RuleContext) => string | null | ( import('eslint').Linter.ParserModule) } */
88+ /** @type {(path: string, context: import('eslint').Rule.RuleContext) => string | null | import('eslint').Linter.ParserModule | import('eslint').Linter.FlatConfigParserModule } */
8989function getParser ( path , context ) {
9090 const parserPath = getParserPath ( path , context ) ;
9191 if ( parserPath ) {
You can’t perform that action at this time.
0 commit comments