Created
November 10, 2018 04:44
-
-
Save klogic/7f063173c672606ff4fef33dc760be19 to your computer and use it in GitHub Desktop.
ESLint with Airbnb Javascript Style Guide
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
{ | |
"extends": ["airbnb-base"], | |
"env": { | |
"node": true, | |
"es6": true, | |
"browser": true | |
}, | |
"rules": { | |
"no-console": "off" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment