Create .tern-project (#1003)

This commit is contained in:
Gus Caplan
2016-12-20 17:37:19 -06:00
committed by Amish Shah
parent c483dd8239
commit 9486609ef9

11
.tern-project Normal file
View File

@@ -0,0 +1,11 @@
{
"ecmaVersion": 6,
"libs": [],
"plugins": {
"node": {
"dontLoad": "node_modules/**",
"load": "",
"modules": ""
}
}
}