Skip to content

Instantly share code, notes, and snippets.

@raininglemons
Last active October 18, 2016 13:53
Show Gist options
  • Save raininglemons/7c8053b56ecde0c9d099f0a60a3229b6 to your computer and use it in GitHub Desktop.
Save raininglemons/7c8053b56ecde0c9d099f0a60a3229b6 to your computer and use it in GitHub Desktop.
Bwin ESLINT definition
// Use this file as a starting point for your project's .eslintrc.
// Copy this file, and add rule overrides as needed.
{
"extends": "airbnb",
"env": {
"browser": true
},
"rules": {
"comma-dangle": 0,
"react/no-unused-prop-types": [
2,
{
"skipShapeProps": true
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment