Skip to content

Instantly share code, notes, and snippets.

@paulomcnally
Created April 7, 2018 01:58
Show Gist options
  • Select an option

  • Save paulomcnally/98cdcb1655239b443c70fe4be2b014ca to your computer and use it in GitHub Desktop.

Select an option

Save paulomcnally/98cdcb1655239b443c70fe4be2b014ca to your computer and use it in GitHub Desktop.
{
"env": {
"es6": true
},
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true
}
},
"rules": {
"camelcase": [
"error",
{
"properties": "always"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment