📔
Labs API Starter
  • Basic Node API
  • Contributing to this scaffold project
  • examples
    • Example Models
    • Example routes of resources
    • Swagger Setup
  • Testing
Powered by GitBook
On this page

Was this helpful?

Contributing to this scaffold project

PreviousBasic Node APINextexamples

Last updated 3 years ago

Was this helpful?

All contributions are welcome in the form of a PR or issue at

ESLint and prettier

and are already configured with BloomTech Labs standards and ready to go. These must be run from the CLI prior to committing code in the following ways:

  • npm run lint to view all purposed fixes.

  • npm run lint:fix to apply fixes to ESLint issues.

  • npm run format to apply the standards defined by eslint/prettier config.

Alternatively, you can install plugins for your editor of choice.

https://github.com/BloomTech-Labs/labs-api-node-starter
ESLint
prettier