mirror of
https://github.com/sbrl/Nibriboard.git
synced 2018-01-10 21:33:49 +00:00
[client] Add ternjs settings file
This commit is contained in:
parent
507211cd0e
commit
332d2728bc
1 changed files with 23 additions and 0 deletions
23
.tern-project
Normal file
23
.tern-project
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
{
|
||||||
|
"ecmaVersion": 7,
|
||||||
|
"libs": [
|
||||||
|
"browser"
|
||||||
|
],
|
||||||
|
"loadEagerly": [
|
||||||
|
"Nibriboard/ClientFiles/*.js",
|
||||||
|
"Nibriboard/ClientFiles/Utilities/*.js",
|
||||||
|
"Nibriboard/ClientFiles/RippleSpace/*.js"
|
||||||
|
],
|
||||||
|
"dontLoad": [],
|
||||||
|
"plugins": {
|
||||||
|
"doc_comment": true,
|
||||||
|
"node_resolve": {},
|
||||||
|
"modules": {
|
||||||
|
"dontLoad": "",
|
||||||
|
"load": "",
|
||||||
|
"modules": ""
|
||||||
|
},
|
||||||
|
"es_modules": {},
|
||||||
|
"commonjs": {}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue