mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
Create .tern-project (#1003)
This commit is contained in:
parent
c483dd8239
commit
9486609ef9
1 changed files with 11 additions and 0 deletions
11
.tern-project
Normal file
11
.tern-project
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
{
|
||||||
|
"ecmaVersion": 6,
|
||||||
|
"libs": [],
|
||||||
|
"plugins": {
|
||||||
|
"node": {
|
||||||
|
"dontLoad": "node_modules/**",
|
||||||
|
"load": "",
|
||||||
|
"modules": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue