Skip to content

Instantly share code, notes, and snippets.

@stivncastillo
Last active December 1, 2018 21:09
Show Gist options
  • Save stivncastillo/dfa42d89cd2dff19b526cc8ac461642f to your computer and use it in GitHub Desktop.
Save stivncastillo/dfa42d89cd2dff19b526cc8ac461642f to your computer and use it in GitHub Desktop.
{
"extends": "airbnb",
"parser": "babel-eslint",
"env": {
"browser": true
},
"plugins": [
"react"
],
"rules": {
"react/jsx-filename-extension": [
2,
{
"extensions": [
".js",
".jsx"
]
}
],
"react/forbid-prop-types": [
0
],
"react/require-default-props": [
0
],
"global-require": [
0
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment