Skip to content

Instantly share code, notes, and snippets.

@fantasywind
Created May 7, 2016 08:52
Show Gist options
  • Save fantasywind/92ece5e1782c96988ab9e86ce1de3217 to your computer and use it in GitHub Desktop.
Save fantasywind/92ece5e1782c96988ab9e86ce1de3217 to your computer and use it in GitHub Desktop.
{
"parserOptions": {
"ecmaVersion": 7,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
}
},
"plugins": [
"react",
],
"parser": "babel-eslint",
"extends": "airbnb",
"rules": {
"comma-dangle": [2, "only-multiline"],
},
"settings": {
"react": {
"pragma": "React",
"version": "0.15.1",
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment