Last active
June 27, 2017 22:24
-
-
Save akirattii/8c45ee0690e9766cc701d64cbdc7f350 to your computer and use it in GitHub Desktop.
ternjs project file for sublime text3 which gives availability of auto completion corresponding to export module pattern.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "libs": [ | |
| "browser", | |
| "jquery" | |
| ], | |
| "dontLoad": [ | |
| "node_modules/**", | |
| "**/*/bundle.js", | |
| "**/*/extlib/**" | |
| ], | |
| "loadEagerly": [ | |
| "lib/**/*.js", | |
| "public/javascripts/**/*.js" | |
| ], | |
| "plugins": { | |
| "commonjs": { | |
| "baseURL": "./", | |
| "paths": {} | |
| } | |
| } | |
| } | |
| // ref: https://github.com/ternjs/tern_for_sublime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment