8.2.2 • Published 5 months ago

eslint-config-metarhia v8.2.2

Weekly downloads
245
License
MIT
Repository
github
Last release
5 months ago

eslint-config-metarhia

Build Status Greenkeeper badge

Opinionated ESLint config and de-facto JavaScript styleguide for Metarhia projects.

Usage

  1. Install ESLint, this config and required plugins:

    npm i -D eslint eslint-plugin-import eslint-config-metarhia
  2. Add "extends": "metarhia" to your .eslintrc.

Contributing

Please adhere to Conventional Commits styleguide for commit messages (npm install creates a Git hook that lints your commit messages, and they are also checked on CI, but please write them properly beforehand so that they don't get rejected. If that happens locally while committing, though, don't worry, your commit message isn't lost, you can still find it in .git/COMMIT_EDITMSG).

Releasing

Collaborators can release new versions using

npm run release
git push origin master --follow-tags
npm publish

This will update the version in package.json and package-lock.json according to semantic versioning using commit messages to determine whether it is a patch, minor or major release, update the changelog, tag the new version in Git, and publish it to npm registry.

License

MIT. See the LICENSE file for details.

8.2.2

5 months ago

8.2.1

10 months ago

8.2.0

10 months ago

8.1.0

2 years ago

8.0.0

2 years ago

7.0.1

4 years ago

7.0.0

5 years ago

6.1.0

5 years ago

6.0.0

6 years ago

5.0.0

6 years ago

4.0.0

6 years ago

3.0.0

6 years ago

2.0.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago