Socket
Socket
Sign inDemoInstall

@modulus/standard

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@modulus/standard

JavaScript Standard Modulus Style


Version published
Weekly downloads
20
increased by400%
Maintainers
4
Weekly downloads
 
Created
Source

JavaScript Standard Modulus Style

version build license

A standard-engine implementation wrapping the eslint-config-modulus shared config.

Install

npm install @modulus/standard --save-dev

Usage

$ mod-standard
Error: Use JavaScript Standard Modulus Style
  lib/torrent.js:950:11: Expected '===' and instead saw '=='.

Lint before testing

// package.json
{
  "scripts": {
    "pretest": "mod-standard",
    "test": "lab -c"
  }
}

Keywords

FAQs

Package last updated on 27 Aug 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