Add tern-project file

This commit is contained in:
Berkeley Martinez
2016-06-13 17:12:19 -07:00
parent 4a043e151e
commit 6628ce51b4

17
.tern-project Normal file
View File

@ -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": {}
}
}