Skip to content

Instantly share code, notes, and snippets.

@michaelgilley
Created August 16, 2017 20:01
Show Gist options
  • Save michaelgilley/2348f11b9b91f65fc6bbfc6e0e852760 to your computer and use it in GitHub Desktop.
Save michaelgilley/2348f11b9b91f65fc6bbfc6e0e852760 to your computer and use it in GitHub Desktop.
{
"extends": "airbnb",
"rules": {
"semi": [2, "never"],
"no-use-before-define": 0,
"no-underscore-dangle": 0,
"space-before-function-paren": [2, "always"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment