Skip to content

Instantly share code, notes, and snippets.

@hgenru
Created September 30, 2016 12:45
Show Gist options
  • Save hgenru/964994b82c692de9bc58c967f8e7a6c9 to your computer and use it in GitHub Desktop.
Save hgenru/964994b82c692de9bc58c967f8e7a6c9 to your computer and use it in GitHub Desktop.
{
"env": {
"node": true,
"mocha": true,
"es6": true
},
extends: "google",
"rules": {
"camelcase": "off",
"indent": ["error", 4, {"SwitchCase": 1}],
"generator-star-spacing": "off",
"require-jsdoc": "off",
"quotes": ["error", "single", {"avoidEscape": true}],
"quote-props": ["error", "consistent"],
"arrow-parens": ["error", "always"],
"new-cap": "warn",
"no-var": "error"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment