Skip to content

Instantly share code, notes, and snippets.

@grvsooryen
Last active July 27, 2020 11:34
Show Gist options
  • Save grvsooryen/5f27df6071412eff0a4210fa0335dbbb to your computer and use it in GitHub Desktop.
Save grvsooryen/5f27df6071412eff0a4210fa0335dbbb to your computer and use it in GitHub Desktop.
AirBNB Style eslint for React app
{
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true
},
"extends": "airbnb",
"rules": {
"react/jsx-filename-extension": "off"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment