Skip to content

Instantly share code, notes, and snippets.

@vasilakisfil
Created April 27, 2017 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vasilakisfil/fb238cd47ee123fb7c186dcc0061e775 to your computer and use it in GitHub Desktop.
Save vasilakisfil/fb238cd47ee123fb7c186dcc0061e775 to your computer and use it in GitHub Desktop.
eslint defaults..
{
"extends": "airbnb",
"env": {
"browser": true
},
"rules": {
"no-underscore-dangle": 0,
"class-methods-use-this": 0,
"arrow-body-style": 0,
"no-console": 0,
"object-curly-spacing": 0,
"arrow-parens": ["error", "as-needed"]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment