Skip to content

Instantly share code, notes, and snippets.

@jasonwilliams
Created April 7, 2018 17:45
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 jasonwilliams/15b835b10ea14cf5d313a93522dd4af3 to your computer and use it in GitHub Desktop.
Save jasonwilliams/15b835b10ea14cf5d313a93522dd4af3 to your computer and use it in GitHub Desktop.
{
"parserOptions": {
"ecmaVersion": 2017,
"sourceType": "module",
"ecmaFeatures": {
"jsx": true,
"experimentalObjectRestSpread": true
}
},
"rules": {
"semi": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment