UNPKG

@team23/eslint-config-team23-angular

Version:

A set of eslint rules used by TEAM23 for angular projects

9 lines (7 loc) 386 B
### Creating a new version after rule changes 1. Update [CHANGELOG.md](CHANGELOG.md). 1. Run `npm run build` 1. Run `npm version [<newversion> | major | minor | patch]`. 1. Commit changes using the message format `"feat(angular): <versionmessage>"` 1. Push commits (and tags) using `git push --tags && git push`. 1. Run `npm publish --access public` to publish the new version to npm.