A boilerplate that sets the ground for any kind of JS development. More generic things, less specific things.
It has
- formatting
- linting
- editor options
- CI via native GitHub Actions
- pre-commit hook
- gitignore
npmignorenpm files- dependency comments
- dependency security fixes
- npm version requirement to avoid
package-lock
ping-pong
This project follows C-Hive guides for code style, way of working and other development concerns.
The project is available as open source under the terms of the MIT License.