Skip to content

Instantly share code, notes, and snippets.

@mcasimir
Created January 13, 2016 12:48
Show Gist options
  • Save mcasimir/129ab5d593d61370ca30 to your computer and use it in GitHub Desktop.
Save mcasimir/129ab5d593d61370ca30 to your computer and use it in GitHub Desktop.
.jscsrc
{
"preset": "google",
"esnext": true,
"maximumLineLength": {
"value": 160,
"allExcept": ["comments", "regex"]
},
"excludeFiles": [
"node_modules/**",
"bower_components/**",
"docs/**"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment