Skip to content

Inconsistent eslint configuration for dist-docs #20

Description

@dichovsky

In package.json, the lint script uses --ignore-pattern dist-docs, whereas other build directories like dist are ignored in eslint.config.js directly via the ignores array. Also, .prettierignore correctly ignores dist-docs. The eslint.config.js should be updated to include dist-docs/** in its ignores array to remove the need for the CLI flag.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions