Skip to content

Instantly share code, notes, and snippets.

@softwarespot
Last active November 27, 2015 19:13
Show Gist options
  • Save softwarespot/827df9e01ed1bc087f38 to your computer and use it in GitHub Desktop.
Save softwarespot/827df9e01ed1bc087f38 to your computer and use it in GitHub Desktop.
JSCS configuration
// Documentation: jscs.info/rules
// Based on Airbnb's JavaScript Style Guide, URL: https://github.com/airbnb/javascript
{
"preset": "airbnb",
"validateIndentation": 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment