]> code.delx.au - dotfiles/commitdiff
tern-config
authorJames Bunton <jbunton@atlassian.com>
Sat, 24 Feb 2018 01:17:01 +0000 (12:17 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 24 Feb 2018 01:17:16 +0000 (12:17 +1100)
.tern-config [new file with mode: 0644]

diff --git a/.tern-config b/.tern-config
new file mode 100644 (file)
index 0000000..1577c7f
--- /dev/null
@@ -0,0 +1,10 @@
+{
+  "plugins": {
+    "commonjs": {},
+    "doc_comment": {},
+    "es_modules": {},
+    "modules": {},
+    "node": {},
+    "node_resolve": {}
+  }
+}