Skip to content

Modernize to ES6+ and add a linter #7

@EliotGodard

Description

@EliotGodard

Problem

The codebase uses ES5 throughout (var, function expressions, manual prototype patterns). There is no linter or formatter, making it easy to introduce bugs.

Suggested improvements

  • Convert to ES6+ (const/let, arrow functions, async/await, template literals).
  • Add an ESLint config with a standard ruleset.
  • Optionally add Prettier for consistent formatting.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions