Skip to content

Instantly share code, notes, and snippets.

@doxas
Created March 23, 2016 10:19
Show Gist options
  • Save doxas/69d14895e791cc21a196 to your computer and use it in GitHub Desktop.
Save doxas/69d14895e791cc21a196 to your computer and use it in GitHub Desktop.
{
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": {
"arrowFunctions": true,
"blockBindings": true,
"classes": true,
"destructuring": true,
"modules": true,
"objectLiteralComputedProperties": true,
"objectLiteralShorthandMethods": true,
"objectLiteralShorthandProperties": true,
"templateStrings": true,
"jsx": true
}
},
"rules": {
"semi": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment