Skip to content

Lint setup #30

Description

@ZaynJarvis

For auto-formatting issue, I suppose it will be better to setup eslint/prettier/editor config for vscode to enable consistent code linting and auto-formatting.
An example prettier config can be

"prettier": {
    "trailingComma": "all",
    "semi": true,
    "singleQuote": false,
    "endOfLine": "lf"
  },

You can refer to your older editor setup to ensure consistant linting and formating.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions