Socket
Socket
Sign inDemoInstall

jscs-config-nordnet

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscs-config-nordnet

Nordnet JSCS config


Version published
Weekly downloads
8
increased by700%
Maintainers
2
Weekly downloads
 
Created
Source

jscs-config-nordnet

NPM version

JSCS config for Nordnet Javascript applications

Nordnet follows Javascript styleguide suggested by Airbnb. See Airbnb's Javascript styleguide and the JSCS config docs for more information. Nordnet’s scaffolder has built-in support for this config.

Installation

Install jscs and jscs-config-nordnet and babel-jscs plugin dev dependencies.

npm install --save-dev jscs jscs-config-nordnet babel-jscs

Configuration

Add .jscsrc config to your project

{
  "plugins": ["jscs-config-nordnet"],
  "preset": "nordnet"
}

License

MIT © Nordnet Bank AB

Keywords

FAQs

Package last updated on 17 Sep 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