Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tdtsh/62e4d2fa7ae6b9ee088b to your computer and use it in GitHub Desktop.
Save tdtsh/62e4d2fa7ae6b9ee088b to your computer and use it in GitHub Desktop.
{
"env": {
"node": true,
"es6": true,
"modules": true
},
"ecmaFeatures": {
"jsx": true,
"blockBindings": true,
"forOf" : true,
"destructuring": true,
"arrowFunctions": true,
"templateStrings": true,
"generators": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment