Skip to content

sir-dunxalot/ember-suave

 
 

Repository files navigation

Ember Suave

Build Status

Ensures super stylish code by enforcing the DockYard JavaScript and Ember style guide rules.

suave

Usage

  • ember-cli >= 0.2.3 ember install ember-suave
  • ember-cli < 0.2.3 ember install:addon ember-suave

JSCS Rules

Default Rules

ember-suave comes preconfigured with DockYard-curated JSCS rules so that all you need to do is install the addon and start writing stylish code.

Customization

If ember-suave isn't suave enough for you and you'd like to override certain rules, simply provide your own .jscsrc file at the root of your Ember CLI project. Those rules will be merged with the ones in the default config.

You can specify any of the rules that are built into JSCS, or even provide your own custom ones.

To disable a rule, set its value to null.

// .jscsrc
{
  "additionalRules": ["lib/rules/*.js"],
  "myAwesomeCustomRule": true,
  "disallowDanglingUnderscores": true,
  "disallowEmptyBlocks": null
}

Development

  • git clone this repository
  • npm install

Running Tests

  • npm test

Versioning

This library follows Semantic Versioning.

Legal

DockYard, Inc © 2015

@dockyard

Licensed under the MIT license

About

Make your Ember App Stylish

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%