1.0.3 • Published 9 years ago

jscs-config-nordnet v1.0.3

Weekly downloads
8
License
MIT
Repository
github
Last release
9 years ago

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

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago