Skip to content

FileMatcherFnContext

Defined in: types.ts:338

Information about a file to be matched against a custom rule

fullPath: string

Defined in: types.ts:342

Full path to the file. Uses forward slash (/) as a separator.


relativePath: string

Defined in: types.ts:347

Path to the file from the project’s root. Uses forward slash (/) as a separator. Starts with a slash.