Created
August 16, 2017 20:01
-
-
Save michaelgilley/2348f11b9b91f65fc6bbfc6e0e852760 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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