Skip to content

Instantly share code, notes, and snippets.

@danwoods
Created October 25, 2015 20:43
Show Gist options
  • Save danwoods/8497abedea74d0d2ac63 to your computer and use it in GitHub Desktop.
Save danwoods/8497abedea74d0d2ac63 to your computer and use it in GitHub Desktop.
{
"preset": "google",
"maximumLineLength": {
"value": 150,
"allExcept": [
"regex",
"urlComments"
]
},
"requireParenthesesAroundArrowParam": true,
"requireSpaceBeforeBlockStatements": false,
"requireSpacesInFunctionExpression": false,
"requireSpaceAfterKeywords": false,
"disallowKeywordsOnNewLine": [],
"jsDoc":{
"checkAnnotations": {
"preset": "jsdoc3",
"extra":{
"desc": true,
"module":false,
"name": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment