Skip to content

Instantly share code, notes, and snippets.

@FabricioFFC
Created June 15, 2018 18:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FabricioFFC/af6e96e455fec6b791159ed7ffc545ed to your computer and use it in GitHub Desktop.
Save FabricioFFC/af6e96e455fec6b791159ed7ffc545ed to your computer and use it in GitHub Desktop.
{
"plugins": [
"react",
"react-native",
"jest"
],
"extends": [
"airbnb",
"plugin:react/recommended"
],
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"modules": true,
"experimentalObjectRestSpread": true
}
},
"env": {
"browser": true,
"node": true,
"jest": true,
"es6": true
},
"rules": {
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment