-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
EasyIWOC2025documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
Description
The project lacks a linter, leading to inconsistent code formatting.
Steps to Implement
- Install ESLint using
npm install eslint --save-dev. - Create a basic ESLint config file (
.eslintrc.json). - Run ESLint and fix any formatting issues.
Expected Outcome
A more consistent and readable codebase.
Metadata
Metadata
Assignees
Labels
EasyIWOC2025documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request