Skip to content

tsconfig.json isn't formatted with Prettier #247

Description

@StephanTLavavej

Almost all of the files in the template are formatted with Prettier, which is great because it means that further edits won't introduce formatting changes. However, at least one tsconfig.json isn't:

"lib": [
"dom",
"dom.iterable",
"esnext"
],

Prettier wants to wrap this array to a single line (plus additional changes below). Other templates may be affected; template-nextjs-authkit was just the one I was using.

Would it be possible to add checks to this repo to ensure that all files remain formatted with Prettier?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions