Created
December 6, 2016 22:15
-
-
Save april/e5fc7c5ad2ea7c8df05c98fc9b37f04a to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"env":{ | |
"browser":true | |
}, | |
"extends":"airbnb-base/legacy", | |
"globals":{ | |
"$":true, | |
"_":true, | |
"moment":true | |
}, | |
"rules":{ | |
"no-param-reassign": 0 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment