From: James Bunton Date: Sat, 24 Feb 2018 01:17:01 +0000 (+1100) Subject: tern-config X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/a21efa43c917f62d9ea1b15043aa64bf8b8d4ab4 tern-config --- diff --git a/.tern-config b/.tern-config new file mode 100644 index 0000000..1577c7f --- /dev/null +++ b/.tern-config @@ -0,0 +1,10 @@ +{ + "plugins": { + "commonjs": {}, + "doc_comment": {}, + "es_modules": {}, + "modules": {}, + "node": {}, + "node_resolve": {} + } +}