node-cosmos
Version:
A light weight azure cosmosdb client aiming at ease of use for creating REST API. Supports json filter, sort and offset/limit
33 lines (32 loc) • 716 B
JSON
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.formatOnSave": true,
"cSpell.words": [
"Anony",
"Bson",
"Millis",
"randomstring",
"Retryable",
"saka",
"subquery",
"upserted",
"uuidv",
"Zhang"
],
"cSpell.ignorePaths": [
"package.json",
"**/.gitlab-ci.yml",
"**/package-lock.json",
"**/yarn.lock",
"**/node_modules/**",
"**/vscode-extension/**",
"**/.git/objects/**",
".vscode",
".vscode-insiders"
],
"npm.packageManager": "yarn"
}