FileMatcherFnContext
Defined in: types.ts:338
Information about a file to be matched against a custom rule
Properties
Section titled “Properties”fullPath
Section titled “fullPath”fullPath:
string
Defined in: types.ts:342
Full path to the file. Uses forward slash (/) as a separator.
relativePath
Section titled “relativePath”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.