Contributing to this scaffold project
All contributions are welcome in the form of a PR or issue at https://github.com/BloomTech-Labs/labs-api-node-starter
ESLint and prettier
ESLint and prettier 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 lintto view all purposed fixes.npm run lint:fixto apply fixes to ESLint issues.npm run formatto apply the standards defined by eslint/prettier config.
Alternatively, you can install plugins for your editor of choice.
Last updated
Was this helpful?