Skip to content

Instantly share code, notes, and snippets.

@bcomnes
Last active March 15, 2016 22:50
Show Gist options
  • Select an option

  • Save bcomnes/54a7419bca5c8af737ce to your computer and use it in GitHub Desktop.

Select an option

Save bcomnes/54a7419bca5c8af737ce to your computer and use it in GitHub Desktop.
.eslintrc
{
"parser": "babel-eslint",
"extends": ["standard", "standard-react"],
"env": { "browser": true, "node": true },
"rules": { "no-var": 2 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment