@cspell/dict-node
Version:
Node.js dictionary for cspell.
31 lines (30 loc) • 746 B
JSON
{
"id": "node",
"name": "Node.js",
"description": "Node.js dictionary.",
"readonly": true,
"dictionaryDefinitions": [
{
"name": "node",
"path": "./dict/node.txt",
"description": "Node.js dictionary."
}
],
"dictionaries": [],
"languageSettings": [
{
"languageId": "javascript,typescript,javascriptreact,typescriptreact",
"locale": "*",
"includeRegExpList": [],
"ignoreRegExpList": [],
"dictionaries": ["node"],
"dictionaryDefinitions": []
}
],
"overrides": [
{
"filename": "**/package.json",
"dictionaries": ["node"]
}
]
}