Skip to content

Instantly share code, notes, and snippets.

@bleggett
Created October 7, 2016 13:33
Show Gist options
  • Save bleggett/47ba6e812c7de2226807b2d0d13f6cbc to your computer and use it in GitHub Desktop.
Save bleggett/47ba6e812c7de2226807b2d0d13f6cbc to your computer and use it in GitHub Desktop.
{
"ecmaVersion": 6,
"async":true,
"libs": [
"browser",
"chai",
"ecmascript"
],
"plugins": {
"requirejs": {
"baseURL": "./",
"paths": {}
},
"doc_comment": {},
"commonjs": {},
"es_modules":{},
"modules":{},
"node":{},
"node_resolve":{}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment