Skip to content

Instantly share code, notes, and snippets.

@klogic
Created November 10, 2018 04:44
Show Gist options
  • Save klogic/7f063173c672606ff4fef33dc760be19 to your computer and use it in GitHub Desktop.
Save klogic/7f063173c672606ff4fef33dc760be19 to your computer and use it in GitHub Desktop.
ESLint with Airbnb Javascript Style Guide
{
"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