Skip to content

Instantly share code, notes, and snippets.

@oskarer
Created January 26, 2016 18:04
Show Gist options
  • Save oskarer/a3e7c80ba68cd9c324be to your computer and use it in GitHub Desktop.
Save oskarer/a3e7c80ba68cd9c324be to your computer and use it in GitHub Desktop.
My ESLint preferences
{
"parser": "babel-eslint",
"extends": "airbnb",
"rules": {
"padded-blocks": 0,
"no-console": 0,
"no-use-before-define": 0,
"no-unused-vars": [2, { "args": "none" }],
"no-shadow": 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment