Skip to content

Instantly share code, notes, and snippets.

@bnhansn
Created October 20, 2016 19:16
Show Gist options
  • Save bnhansn/d42dbb58283e4677bbf5e493f6d5783f to your computer and use it in GitHub Desktop.
Save bnhansn/d42dbb58283e4677bbf5e493f6d5783f to your computer and use it in GitHub Desktop.
{
"parser": "babel-eslint",
"plugins": ["react", "flowtype"],
"extends": ["airbnb", "plugin:flowtype/recommended"],
"rules": {
"react/jsx-filename-extension": 0,
"import/prefer-default-export": 0,
"react/no-unused-prop-types": 0,
"camelcase": 0
},
"globals": {
"fetch": true,
"window": true,
"document": true,
"localStorage": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment