Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Enforce linting on code and file naming structure #1

@dreking

Description

@dreking

Is your feature request related to a problem? Please describe.

No, It is very important to reduce programmatic and stylistic code errors by finding and fixing them early and also improving code quality.

Describe the solution you'd like

Introduce eslint unicorn to enforce:

  • kabab-case file naming structure
  • error exception on empty files

Introduce prettier to format files gracefully

  • add .prettierrc file and define styling rules
  • extend the rules to eslint configuration file

This approach will help contributors improve overall code quality as well as reduce programmatic and stylistic errors.

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions