This plugin needs to run in as many environments as possible. Only use language features supported by the current "Maintenance LTS" Node.js release (release schedule).
To publish a new version:
npm version (major|minor|patch)
git push --follow-tags
- Create a new release from the npm-created tag. Use the tag name for the "Release title" (e.g. "v2.0.0").
- The npm-publish GitHub Action will automatically run the tests then
npm publish
the new release to the NPM registry (https://www.npmjs.com/package/eslint-plugin-local-rules).