Skip to content

Instantly share code, notes, and snippets.

@soenkekluth
Created November 16, 2015 10:06
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 soenkekluth/6d61a6562b06d1e5ddf0 to your computer and use it in GitHub Desktop.
Save soenkekluth/6d61a6562b06d1e5ddf0 to your computer and use it in GitHub Desktop.
{
"ecmaVersion": 6,
"libs": [
"browser",
"jquery",
"underscore"
],
"loadEagerly": [
"absolute/or/relative/path/to/your/js/**/*.js"
],
"dontLoad": [
"absolute/or/relative/path/to/your/js/**/*.js"
],
"plugins": {
"complete_strings": {},
"node": {},
"lint": {},
"angular": {},
"requirejs": {},
"es_modules": {},
"doc_comment": {
"fullDocs": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment