Open Issues Need Help
View All on GitHubAI Summary: Modernize the testing infrastructure of the sudoku-dlx project by migrating to Mocha with ES module support, updating dependencies, ensuring code coverage, and aligning the test structure with the node-dlx project.
AI Summary: Upgrade the sudoku-dlx project's development tooling and dependencies to improve developer experience and consistency. This involves migrating from TSLint to ESLint with typescript-eslint, integrating Prettier for code formatting, updating all dev dependencies, adding commitlint and release-it for automation, and updating npm scripts.
AI Summary: Modernize the `sudoku-dlx` project's package.json and code structure to align with the latest best practices and match the setup of its dependency, `node-dlx`. This involves migrating to ES modules, updating the exports field, aligning TypeScript configuration, updating build outputs, and removing deprecated fields.