Skip to content

Windows line endings #226

@blq

Description

@blq

To make it build on Windows I had to relax the linebreak handling in eslint and prettier.

.eslint.json
Add rule:

"rules": {
  "linebreak-style": "off"
}

Create a .prettierrc file containing:

{
  "endOfLine": "auto"
}

Cool lib!

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