Skip to main content
Version: Next (2.x)

FileLintOptions

Granular options for enabling specific lint headers in generated files.

Properties

PropertyTypeDefault valueDescription

biomeV1?

boolean

false

Enable biome v1 comment at the beginning of the file.

biomeV2?

boolean

false

Enable biome v2 comment at the beginning of the file.

eslint?

boolean

false

Enable eslint-disable comment at the beginning of the file.

oxlint?

boolean

false

Enable oxlint comment at the beginning of the file.