Created
May 12, 2015 15:03
-
-
Save A/21f3f5fce70b5c28b6a2 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
{ | |
"env": { | |
"browser": true, | |
"node": true | |
}, | |
"parser": "babel-eslint", | |
"rules": { | |
"quotes": [2, "single"], | |
"strict": [2, "global"], | |
"no-unused-vars": false, | |
"no-unused-expressions": false, | |
"yoda": true, | |
"curly": false, | |
"no-use-before-define": false, | |
"no-multi-spaces": false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment