Add biome and initial format rules
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import {globSync} from "glob";
|
||||
|
||||
import { globSync } from "glob"
|
||||
|
||||
export interface Globber {
|
||||
glob(pattern: string): string[]
|
||||
@@ -9,4 +8,4 @@ export class FileGlobber implements Globber {
|
||||
glob(pattern: string): string[] {
|
||||
return globSync(pattern, { mark: true })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user