@aimhigh/aha-eslint-rules
v1.4.1
Published
Global ESLint rules for AHA projects
Downloads
887
Maintainers
Keywords
Readme
AHA ESLint Rules
This repo serves as a common configuration for ESLint rules, with the intention of making our rules consistent across repositories.
Publishing
Login to npm using npm login
Enter your npm username and password
Install the current package
npm i
Test the package before publishing
npm i aha-eslint-rules
Increment the version using
npm version patch|minor|major
Dry run the publish to verify everything works
npm publish --dry-run
Publish using
npm publish --access public