New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-amo

Package Overview
Dependencies
Maintainers
0
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-amo

Eslint config for amo based projects

  • 5.12.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
212
decreased by-24.56%
Maintainers
0
Weekly downloads
 
Created
Source

eslint-config-amo

CircleCI npm version

Shared eslint config for all amo related JS projects.

Versioning

This project follows the semantic versioning specification.

In order to release a new version, please follow these steps:

  1. Make sure your local master branch is up-to-date.

  2. Run the following command from the master branch to (1) bump the version accordingly and (2) create a commit and a tag for the release:

    npm version minor
    

    Note: change minor to patch or major depending on the release (but minor is the most frequent).

  3. Push to the main repository (denoted upstream below):

    git push upstream master --tag
    
  4. Create a GitHub Release for the new tag: https://github.com/mozilla/eslint-config-amo/releases (you can either select the tag itself or create a new "draft"). Please add a short description of the changes (see the other releases for inspiration).

Keywords

FAQs

Package last updated on 26 Nov 2024

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc