Skip to content

Issue : Missing semicolon in .prettierrc.js #133

@PrinceSajjadHussain

Description

@PrinceSajjadHussain

The module.exports assignment in .prettierrc.js is missing a semicolon at the end of the statement. While JavaScript can often infer semicolons, it's best practice to include them explicitly to avoid potential issues with automatic semicolon insertion (ASI).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions