/** * @file - consolidated ignores * @author - Jeff Beck */ import type { Linter } from "eslint"; declare const ignores: Linter.Config; export default ignores; //# sourceMappingURL=ignores.d.ts.map