2.6.2 (2024-10-09)
Major Changes
-
Added
lint
Command:- Introduced the
lint
command to add default linting configurations for your project. This command sets up ESLint for JavaScript projects and Flake8 for Python projects, along with an optional Prettier configuration for formatting. (0fc3a42)
- Introduced the
-
Expanded Templates:
-
Improved Documentation:
- Updated the README and documentation to include detailed usage instructions for the new
lint
command and the newly added templates. This aims to provide clearer guidance for users on how to utilize these features effectively. (0fc3a42)
- Updated the README and documentation to include detailed usage instructions for the new
Bug Fixes
- Resolved minor typos and inconsistencies in the documentation. (bbd2c7b)