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

jscs-preset-cityofsurrey

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jscs-preset-cityofsurrey

City of Surrey JSCS preset

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

City of Surrey JSCS Preset

City of Surrey enforces JavaScript coding style through the use of JSCS.

This packages provides a "cityofsurrey" preset based on City of Surrey JavaScript Style Guide.

Installation

  1. Install Node.js

  2. Install JSCS

    $ npm install -g jscs
    
  3. Install jscs-preset-cityofsurrey

    $ npm install --save-dev jscs-preset-cityofsurrey
    
  4. Create a .jscsrc file in your project

    {
        "preset": "cityofsurrey"
    }
    
  5. Optionally install JSCS-Formatter plugin to automatically format files.

Note: Currently jscs-preset-cityofsurrey needs to be installed locally in the project, with npm install --save-dev jscs-preset-cityofsurrey. There is an issue to allow global node modules (so it can be installed only once with npm install -g jscs-preset-cityofsurrey).

Keywords

FAQs

Package last updated on 25 Jan 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