-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
🔍 Description
We want to use linting to maintain code standards in the JavaScript code - there are several linting errors that need to be fixed.
🎯 Goals
- Improve code readability/maintainability.
- Improve adherence to best practices.
📌 Areas to Refactor
- Javascript files for the Electron Client
💡 Suggested Approach
Navigate to the interface folder for the Electron client.
cd src/interfaceRun the lint script using npm.
npm run lintThis will show you certain errors that exist with linting in the JS codebase. Here is an example.
Resolve the errors. Also verify the eslint config and remove unnecessary checks (for example, TypeScript checks are not required since our codebase is in JavaScript)
📚 References
- Docs/Resources: ESLint Docs
✅ Definition of Done
- Code is cleaner and more modular.
- The code passes the ESLint checks.
- No breaking changes introduced.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
