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

eslint-plugin-mirego

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-mirego

The linting rules used at Mirego

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
339
decreased by-19.86%
Maintainers
4
Weekly downloads
 
Created
Source

eslint-plugin-mirego

The linting rules used at Mirego.

Installation

$ npm install -D eslint-plugin-mirego

Usage

If you don’t already have it installed, you’ll need babel-eslint:

$ npm install -D babel-eslint

Modify your .eslintrc file:

{
  "plugins": ["mirego"],
  "extends": [
    "plugin:mirego/recommended"
  ],
  "rules": {
    "you-can-override": "rules here"
  }
}

License

eslint-plugin-mirego is © 2018 Mirego and may be freely distributed under the New BSD license. See the LICENSE.md file.

About Mirego

Mirego is a team of passionate people who believe that work is a place where you can innovate and have fun. We're a team of talented people who imagine and build beautiful Web and mobile applications. We come together to share ideas and change the world.

We also love open-source software and we try to give back to the community as much as we can.

Keywords

FAQs

Package last updated on 29 Jun 2021

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