@aimhigh/eslint-plugin-aha-custom
v1.4.1
Published
This is a repo set up with custom ESLint rules.
Downloads
739
Maintainers
Keywords
Readme
eslint-plugin-aha-custom
This is a repo set up with custom ESLint rules.
SETUP
Run npm i
Testing
Run bash test.sh
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 eslint-plugin-aha-custom
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
Troubleshooting
Where do I create a username and password
https://www.npmjs.com/