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 63
63
"debug" : " ^3.2.7"
64
64
},
65
65
"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 " ,
68
68
"@types/debug" : " ^4.1.12" ,
69
69
"@types/eslint" : " ^8.56.3" ,
70
- "@types/node" : " ^20.11.20 " ,
70
+ "@types/node" : " ^20.19.1 " ,
71
71
"typescript" : " next"
72
72
},
73
73
"peerDependenciesMeta" : {
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function getParserPath(path, context) {
85
85
return context . parserPath ;
86
86
}
87
87
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 } */
89
89
function getParser ( path , context ) {
90
90
const parserPath = getParserPath ( path , context ) ;
91
91
if ( parserPath ) {
You can’t perform that action at this time.
0 commit comments