Skip to content

banner

ts
const Barrel.banner: string

A string consisting of ignore directives for most common linters and formatters.

Example

ts
import { Barrel } from "@monstermann/barrels";

Barrel.banner;
ts
// Generated by @monstermann/barrels
/* eslint-disable */
/* prettier-ignore */
// dprint-ignore-file
// biome-ignore lint: disable