diff --git a/.tern-project b/.tern-project new file mode 100644 index 0000000000..f312d10220 --- /dev/null +++ b/.tern-project @@ -0,0 +1,17 @@ +{ + "ecmaVersion": 6, + "libs": [], + "loadEagerly": [ + "common/app/**/*.js", + "common/app/**/*.jsx", + "server/**/*.js" + ], + "plugins": { + "commonjs": {}, + "es_modules": {}, + "node": {}, + "node_resolve": {}, + "complete_strings": {}, + "node-express": {} + } +}