vultr
Version:
Promise-based library to communicate with the Vultr API
26 lines (25 loc) • 380 B
Plain Text
{
"node": true,
"browser": false,
"maxcomplexity": 15,
"curly": true,
"laxcomma": true,
"laxbreak": true,
"strict": false,
"quotmark": false,
"undef": true,
"unused": "vars",
"sub": true,
"expr": true,
"-W043": true,
"predef": [
"-Promise",
"describe",
"it",
"before",
"after",
"beforeEach",
"afterEach",
"expect"
]
}