UNPKG

@bfra.me/eslint-config

Version:
12 lines (10 loc) 260 B
import type {Config} from '../config' import {GLOB_EXCLUDE} from '../globs' export async function ignores(ignores: string[] = []): Promise<Config[]> { return [ { name: '@bfra.me/ignores', ignores: [...GLOB_EXCLUDE, ...ignores], }, ] }