Socket
Socket
Sign inDemoInstall

eslint-config-metarhia

Package Overview
Dependencies
190
Maintainers
4
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    eslint-config-metarhia

ESLint config for Metarhia projects


Version published
Weekly downloads
289
increased by19.42%
Maintainers
4
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 08 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc