Skip to content

Commit 05b5a4a

Browse files
committed
chore: update dts
1 parent 40a6c1f commit 05b5a4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

typings/eslint/index.d.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,6 +340,10 @@ export namespace Rule {
340340
getFilename(): string
341341
/** @since ESLint v8.40.0 */
342342
filename: string
343+
/** @deprecated removed in ESLint v10 */
344+
getPhysicalFilename(): string
345+
/** @since ESLint v8.40.0 */
346+
physicalFilename: string
343347
/** @deprecated removed in ESLint v9 */
344348
getScope?(): Scope.Scope
345349
/** @deprecated removed in ESLint v10 */
@@ -351,7 +355,7 @@ export namespace Rule {
351355
report(descriptor: ReportDescriptor): void
352356

353357
/** @deprecated removed in ESLint v10 */
354-
getCwd?: () => string
358+
getCwd: () => string
355359
/** @since ESLint v8.40.0 */
356360
cwd: string
357361
}

0 commit comments

Comments
 (0)