rename tern config file.

This commit is contained in:
2018-06-24 23:32:25 +08:00
parent 175249b0a6
commit becb9dd56b

23
dot/.tern-project Normal file
View File

@@ -0,0 +1,23 @@
{
"libs": [
"ecma5",
"ecma6",
"browser",
"jquery",
"react",
"node"
],
"plugins": {
"node": {},
"es_modules": {},
"doc_comment": {
"fullDocs": true,
"strong": true
}
},
"ecmaVersion": 6,
"env": {
"browser": true,
"node": true
}
}