style(dev-infra): correct tslint failures in dev-infra directory (#37233)
Fixes tslint failures in dev-infra directory as the directory is now part of the tslint enforced files. PR Close #37233
This commit is contained in:
@ -20,7 +20,7 @@ export interface CircularDependenciesTestConfig {
|
||||
/** Path to the golden file that is used for checking and approving. */
|
||||
goldenFile: string;
|
||||
/** Glob that resolves source files which should be checked. */
|
||||
glob: string
|
||||
glob: string;
|
||||
/**
|
||||
* Optional module resolver function that can be used to resolve modules
|
||||
* to absolute file paths.
|
||||
|
Reference in New Issue
Block a user