Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-mitmaro

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-mitmaro

MitMaro's ESLint configurations

  • 2.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
17
increased by466.67%
Maintainers
1
Weekly downloads
 
Created
Source

eslint-config-mitmaro

NPM version Dependency Status Build Status GitHub license

This package provides MitMaro's .eslintrc as an extensible shared config.

Usage

There are two ESLint configurations for your usage.

eslint-config-mitmaro

Our default export contains all of our ESLint rules, including ECMAScript 6+. It requires eslint and eslint-plugin-strict-newline.

  1. npm install --save-dev eslint-config-mitmaro eslint-plugin-strict-newline eslint
  2. add "extends": "mitmaro" to your .eslintrc

eslint-config-mitmaro/mocha

An extension of eslint-config-mitmaro that adds support for mocha.

  1. npm install --save-dev eslint-config-mitmaro eslint-plugin-strict-newline eslint
  2. add "extends": "mitmaro/mocha" to your .eslintrc

Versioning

This project follows as closely as possible Semantic Versioning. A MAJOR change would be caused by including a rule that could cause a passing code base to fail. A MINOR change is a modification or removal of a rule that would not cause existing passing code to fail. A PATCH would be any fix that doesn't cause any changes to rules.

Contributing

Add new rule definitions under the files located in rules ensuring to keep the rule correctly categorized and in the same order as defined on the ESLint rules page.

This project self-lints and ensure that all file paths are correct. You can run these checks with the npm run test command.

License

This project is released under the ISC license. See LICENSE.

Keywords

FAQs

Package last updated on 24 Jul 2016

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