Socket
Socket
Sign inDemoInstall

semistandard

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

semistandard

All the goodness of `feross/standard` with semicolons sprinkled on top.


Version published
Weekly downloads
15K
decreased by-3.65%
Maintainers
1
Weekly downloads
 
Created
Source

JavaScript Semi-Standard Style

travis npm downloads

One Semicolon for the Dark Lord on his dark throne

All the goodness of feross/standard with semicolons sprinkled on top.

Install

npm install semistandard

Rules

Importantly:

  • semicolons Check [feross/standard][1] for the rest of the rules.

What you might do if you're clever

  1. Add it to package.json
{
  "name": "my-cool-package",
  "devDependencies": {
    "semistandard": "*"
  },
  "scripts": {
    "test": "semistandard && node my-normal-tests-littered-with-semicolons.js"
  }
}
  1. Check style automatically when you run npm test
$ npm test
Error: Code style check failed:
  lib/torrent.js:950:11: Expected '===' and instead saw '=='.
  1. Never give style feedback on a pull request again! (unless its about semicolons)

See feross/standard for more information. In fact, you should probably just use the standard module instead.

1

Keywords

FAQs

Package last updated on 27 Jan 2015

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