Skip to content

Instantly share code, notes, and snippets.

@sasha7
Created January 17, 2018 19:55
Show Gist options
  • Save sasha7/7884ea2eebd0ddb9b4b70f94e94dfed2 to your computer and use it in GitHub Desktop.
Save sasha7/7884ea2eebd0ddb9b4b70f94e94dfed2 to your computer and use it in GitHub Desktop.

Revisions

  1. sasha7 created this gist Jan 17, 2018.
    15 changes: 15 additions & 0 deletions tern config es6
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,15 @@
    {
    "ecmaVersion": 6,
    "libs": ["browser"],
    "loadEagerly": [
    "app/**/*.js"
    ],
    "plugins": {
    "doc_comment": {
    "fullDocs": true
    },
    "es_modules": {},
    "modules": {},
    "node": {}
    }
    }