Skip to content

Instantly share code, notes, and snippets.

@jokamjohn
Created September 23, 2017 02:56
Show Gist options
  • Select an option

  • Save jokamjohn/f2034ce1d07a3d733d8697a69c93cdc0 to your computer and use it in GitHub Desktop.

Select an option

Save jokamjohn/f2034ce1d07a3d733d8697a69c93cdc0 to your computer and use it in GitHub Desktop.
React eslint config file
{
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y",
"import"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment