1.0.1 • Published 5 years ago

tern-absolute v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

tern-absolute

Tern plugin for absolute path resolving.

Installation

Installing for global tern installation:

npm i -g tern-jsx

Installing for atom-tern plugin

$ cd ~/.atom/packages/atom-ternjs
$ npm i tern-absolute

Enable the plugin in .tern-project:

{
  "plugins": {
    "absolute": {
      "prefix": "path relative to your directory",
      "second prefix": "second path",
      "~": "src"
    },
  }
}