Skip to content

Instantly share code, notes, and snippets.

@renanccastro
Created October 24, 2016 15:38
Show Gist options
  • Save renanccastro/2a2c0b489df437ceac954a84f8f4fbaf to your computer and use it in GitHub Desktop.
Save renanccastro/2a2c0b489df437ceac954a84f8f4fbaf to your computer and use it in GitHub Desktop.
module.exports = {
"parser": "babel-eslint",
"env": {
"browser": true
},
"plugins": [
"react"
],
"extends": [
"eslint:recommended",
"plugin:react/recommended"
],
"rules": {
// overrides
},
"globals": {
"require": false,
"ko": false,
"global": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment